Thanks to visit codestin.com Credit goes to github.com
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 5646af6 commit c0b9dc0Copy full SHA for c0b9dc0
doc/users/whats_new.rst
@@ -206,6 +206,14 @@ url as a link in output SVGs. This allows one to make clickable text in
206
saved figures using the url kwarg of the :class:`~matplotlib.text.Text`
207
class.
208
209
+Sphinx extensions
210
+-----------------
211
+
212
+The ``:context:`` directive in the `~matplotlib.sphinxext.plot_directive`
213
+Sphinx extension can now accept an optional ``reset`` setting, which will
214
+cause the context to be reset. This allows more than one distinct context to
215
+be present in documentation. To enable this option, use ``:context: reset``
216
+instead of ``:context:`` any time you want to reset the context.
217
218
.. _whats-new-1-3:
219
0 commit comments