Skip to content

Commit

Permalink
Update legend docs for -M (#8136)
Browse files Browse the repository at this point in the history
Usual layout:
  • Loading branch information
PaulWessel authored Dec 5, 2023
1 parent 00ac996 commit 40178bb
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions doc/rst/source/legend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Synopsis
[ |-C|\ *dx*/*dy* ]
[ |-F|\ *box* ]
[ |-J|\ *parameters* ]
[ |-M|\ [*items*] ]
[ |-M|\ [**h**\|\ **e**] ]
[ |SYN_OPT-R| ]
[ |-S|\ *scale* ]
[ |-T|\ *file* ]
Expand Down Expand Up @@ -115,14 +115,18 @@ Optional Arguments

.. _-M:

**-M**\ [*items*]
Modern mode only and pertains the situation where there are **h**\ idden, auto-generated legend
information created by prior plotting-modules' **-l** option and **e**\ xplicitly given information
from input file(s) given on the command line (or via standard input). Use |-M| to set which of
these should be used and in what order via directives **h** and **e** [Default is **he**, meaning
we will first place any hidden auto-generated legend items (if any) and then we append the explicitly
given information (if present). **Note**: For classic mode an input file must be given or else we
will attempt read from standard input.
**-M**\ [**h**\|\ **e**]
Modern mode only and pertains the situation where there are two ways to provide legend info:
Specify one or two schemes in the order you desire via directives:

- **h**: Hidden, auto-generated legend information created by prior plotting-modules' **-l**
option
- **e**: Explicitly given information from input file(s) given on the command line (or via
standard input).

Default is **he**, meaning we will first place any hidden auto-generated legend items (if any)
and then we append the explicitly given information (if present). **Note**: For classic
mode an input file must be given or else we will attempt read from standard input.

.. |Add_-R| replace:: |Add_-R_links|
.. include:: explain_-R.rst_
Expand Down

0 comments on commit 40178bb

Please sign in to comment.