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
Reduce redundant information in _process_plot_var_args.
_prop_keys is redundant with _cycler_items and not really needed
anywhere. Removing it makes it less likely that a
_process_plot_var_args gets in an invalid state if _cycler_items is
updated while _prop_keys is not touched.
0 commit comments