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
Positional use of all formatting parameters in ~.Axes.stem has been
deprecated since Matplotlib 3.5. This deprecation is relaxed so that one can
still pass linefmt positionally, i.e. stem(x, y, 'r').