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 da15745 commit 545fff0Copy full SHA for 545fff0
1 file changed
doc/api/next_api_changes/behavior/23299-TAC.rst
@@ -1,6 +1,6 @@
1
-mpl.rc_context no longer resests the value of `rcParams['backend']`
2
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+mpl.rc_context no longer resets the value of :rc:`backend`
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4
-`matplotlib.rc_context` did incorrectly reset the value of `rcParams['backend']` if backend
+`matplotlib.rc_context` incorrectly reset the value of :rc:`backend` if backend
5
resolution was triggered in the context. This affected only the value. The actual backend
6
-was not reset. Now, `matpotlib.rc_context` dose not modify `rcParams['backend']` anymore.
+was not changed. Now, `matplotlib.rc_context` does not reset :rc:`backend` anymore.
0 commit comments