Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: Error out if plt.polar() is called 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.
- Loading branch information