We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9045db0 commit 56c6e07Copy full SHA for 56c6e07
lib/matplotlib/sphinxext/plot_directive.py
@@ -145,8 +145,9 @@
145
separated string with the multiplicative factors followed by an "x".
146
e.g. "2.0x, 1.5x". "2.0x" will create a png with the default "png"
147
resolution from plot_formats, multiplied by 2. If plot_src is
148
- specified, the plot directive uses the `~.figmpl_directive` (instead of the
149
- usual figure directive) in the intermediary rst file that is generated.
+ specified, the plot directive uses the
+ `~.matplotlib.sphinxext.figmpl_directive` (instead of the usual figure
150
+ directive) in the intermediary rst file that is generated.
151
The plot_src option is incompatible with *singlehtml* builds, and an error
152
will be raised.
153
0 commit comments