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
MNT: Deprecate plt.polar() with an existing non-polar Axes
Before, we only issued a warning. But we clearly cannot fulfill the intention
of a polar plot and therefore we should error out instead of just warn.
Also document that `polar()` should typically be called first to prevent having
a non-polar Axes already created.
0 commit comments