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
matplotlib._rc_params_in_file looks for key : value pairs on a single line, but the matplotlibrc.template has a multiline entry for axes.prop_cycle. If you uncomment that entry in a matplotlibrc file, it will fail.
This was pointed out in an email to matplotlib-users on 9/13.