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.
rc_context
1 parent a1f8b4e commit 31692f0Copy full SHA for 31692f0
CHANGELOG
@@ -1,3 +1,5 @@
1
+2012-11-25 Make rc_context available via pyplot interface - PI
2
+
3
2012-11-13 Add a symmetric log normalization class to colors.py.
4
Also added some tests for the normalization class.
5
Till Stensitzki
lib/matplotlib/pyplot.py
@@ -28,6 +28,7 @@
28
from matplotlib.image import imread as _imread
29
from matplotlib.image import imsave as _imsave
30
from matplotlib import rcParams, rcParamsDefault, get_backend
31
+from matplotlib import rc_context
32
from matplotlib.rcsetup import interactive_bk as _interactive_bk
33
from matplotlib.artist import getp, get, Artist
34
from matplotlib.artist import setp as _setp
0 commit comments