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 31692f0 commit 0110347Copy full SHA for 0110347
1 file changed
lib/matplotlib/pyplot.py
@@ -195,6 +195,10 @@ def pause(interval):
195
def rc(*args, **kwargs):
196
matplotlib.rc(*args, **kwargs)
197
198
+@docstring.copy_dedent(matplotlib.rc_context)
199
+def rc_context(rc=None, fname=None):
200
+ matplotlib.rc_context(rc, fname)
201
+
202
@docstring.copy_dedent(matplotlib.rcdefaults)
203
def rcdefaults():
204
matplotlib.rcdefaults()
0 commit comments