Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31692f0

Browse files
committed
Make rc_context available via pyplot interface
1 parent a1f8b4e commit 31692f0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2012-11-25 Make rc_context available via pyplot interface - PI
2+
13
2012-11-13 Add a symmetric log normalization class to colors.py.
24
Also added some tests for the normalization class.
35
Till Stensitzki

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
from matplotlib.image import imread as _imread
2929
from matplotlib.image import imsave as _imsave
3030
from matplotlib import rcParams, rcParamsDefault, get_backend
31+
from matplotlib import rc_context
3132
from matplotlib.rcsetup import interactive_bk as _interactive_bk
3233
from matplotlib.artist import getp, get, Artist
3334
from matplotlib.artist import setp as _setp

0 commit comments

Comments
 (0)