You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rc_context is a context manager that optionally accepts a file name:
with mpl.rc_context():
mpl.rc('lines', linewidth=22)
...
or
with mpl.rc_context(fname):
...
0 commit comments