Skip to content

Commit cfc84ef

Browse files
committed
GridSpec tracks figures automatically, fix add_subplot bugs
1 parent e0e8bd7 commit cfc84ef

File tree

2 files changed

+125
-91
lines changed

2 files changed

+125
-91
lines changed

proplot/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2452,7 +2452,7 @@ def twiny(self):
24522452
class PolarAxes(Axes, mproj.PolarAxes):
24532453
"""Intermediate class, mixes `ProjectionAxes` with
24542454
`~matplotlib.projections.polar.PolarAxes`."""
2455-
name = 'polar2'
2455+
name = 'polar'
24562456
"""The registered projection name."""
24572457
def __init__(self, *args, **kwargs):
24582458
"""

0 commit comments

Comments
 (0)