Skip to content

Commit da123eb

Browse files
committed
Remove rc._init reference
1 parent 93c8aa5 commit da123eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proplot/rctools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,6 @@ def ipython_matplotlib(backend=None, fmt=None):
11211121

11221122
# Default behavior dependent on type of ipython session
11231123
# See: https://stackoverflow.com/a/22424821/4970632
1124-
rc._init = False
11251124
ibackend = backend
11261125
if backend == 'auto':
11271126
if 'IPKernelApp' in getattr(get_ipython(), 'config', ''):

0 commit comments

Comments
 (0)