File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/matplotlib/projections Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ class ThetaLocator(mticker.Locator):
230
230
view spans the entire circle. In such cases, the previously used default
231
231
locations of every 45 degrees are returned.
232
232
"""
233
+
233
234
def __init__ (self , base ):
234
235
self .base = base
235
236
self .axis = self .base .axis = _AxisWrapper (self .base .axis )
@@ -408,10 +409,9 @@ class RadialLocator(mticker.Locator):
408
409
"""
409
410
Used to locate radius ticks.
410
411
411
- Ensures that all ticks are strictly positive. For all other
412
- tasks, it delegates to the base
413
- :class:`~matplotlib.ticker.Locator` (which may be different
414
- depending on the scale of the *r*-axis.
412
+ Ensures that all ticks are strictly positive. For all other tasks, it
413
+ delegates to the base `.Locator` (which may be different depending on the
414
+ scale of the *r*-axis).
415
415
"""
416
416
417
417
def __init__ (self , base , axes = None ):
You can’t perform that action at this time.
0 commit comments