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
In order to not interfere with other potential components relying on matplotlib and implicitly expecting some or all configurations, namely rcParams, to have their respective default value, I would appreciate if changes to rcParams only influenced july.
In order to not interfere with other potential components relying on matplotlib and implicitly expecting some or all configurations, namely
rcParams
, to have their respective default value, I would appreciate if changes torcParams
only influenced july.Currently, it is reconfigured globally in
july/src/july/rcmod.py
Line 55 in 953ef3e
One possibility to achieve this would be for
update_rcparams
to usematplotlib.rc_context
– returning a new independent context manager, to be used injuly/src/july/plot.py
Line 68 in 953ef3e
The text was updated successfully, but these errors were encountered: