From 2b1cc0760121ab0d8283d878e10cda54ebfd19f5 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sun, 14 Jun 2026 17:03:46 +0800 Subject: [PATCH] plot: Fix the description of the -M option --- doc/rst/source/plot.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/rst/source/plot.rst b/doc/rst/source/plot.rst index 9fd53a7f5a4..cedbe58f221 100644 --- a/doc/rst/source/plot.rst +++ b/doc/rst/source/plot.rst @@ -252,7 +252,7 @@ Optional Arguments .. _-M: -**-M**\ [**c**\|\ **s**][**+l**\ *seclabel*][**+g**\ *fill*][**p**\ *pen*][**+r**\ *pen*][**+y**\ [*level*]] +**-M**\ [**c**\|\ **s**][**+l**\ *seclabel*][**+g**\ *fill*][**+p**\ *pen*][**+r**\ *pen*][**+y**\ [*level*]] Fill the middle area between two curves :math:`y_0(x)` and :math:`y_1(x)`, expected to be given via one or more pairs of separate tables, each pair of tables having the same number of segments (which can vary from pair to pair). Thus, the order of the even @@ -269,8 +269,7 @@ Optional Arguments :math:`y_1(x)`. For the opposite case, append another *fill* here. - **+l** - For the primary curve :math:`y_0(x)`, a legend label can be set via option |SYN_OPT-l|. For a secondary label use this modifier to append the label. - - **+p** - Specify a separate pen for drawing curve :math:`y_1(x)` [Default is same pen - as :math:`y_0(x)`]. See |-W| for specifying the pen for curve :math:`y_0(x)`. + - **+p** - Specify a separate pen for drawing curve :math:`y_1(x)`. See |-W| for specifying the pen for curve :math:`y_0(x)`. - **+r** - Specify a pen to simply draw a line instead of a filled box in the legend, but replace the color information with that from the fill settings (i.e., only the *pen* width is used as specified, the color is not used).