|
97 | 97 | The plot directive has the following configuration options:
|
98 | 98 |
|
99 | 99 | plot_output_base_name
|
100 |
| - Default value for the output-base-name option. It's recommended tothe |
101 |
| - format string ``{counter}`` (for example, ``'plot-{counter}'``) so that |
102 |
| - multiple plots in the same document will not conflict with each other. |
103 |
| - (default is to use the name of the input script, or the name of the RST |
104 |
| - file if no script is provided) |
| 100 | + Default value for the output-base-name option. It's recommended toinclude |
| 101 | +theformat string ``{counter}`` (for example, ``'plot-{counter}'``) so |
| 102 | +thatmultiple plots in the same document will not conflict with each |
| 103 | +other.(default is to use the name of the input script, or the name of the |
| 104 | +RSTfile if no script is provided) |
105 | 105 |
|
106 | 106 | plot_include_source
|
107 | 107 | Default value for the include-source option (default: False).
|
|