Skip to content

Commit b6b4138

Browse files
committed
DOC: Fix some broken links to PolarAxes methods.
1 parent 72d5b0c commit b6b4138

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/users/whats_new.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ The polar axes transforms have been greatly re-factored to allow for more
3131
customization of view limits and tick labelling. Additional options for view
3232
limits allow for creating an annulus, a sector, or some combination of the two.
3333

34-
The :meth:`~matplotlib.axes.projections.polar.PolarAxes.set_rorigin` method may
34+
The :meth:`~matplotlib.projections.polar.PolarAxes.set_rorigin` method may
3535
be used to provide an offset to the minimum plotting radius, producing an
3636
annulus.
3737

38-
The :meth:`~matplotlib.projections.polar.PolarAxes.set_theta_zero_location` now
39-
has an optional :code:`offset` argument. This argument may be used to further
40-
specify the zero location based on the given anchor point.
38+
The :meth:`~matplotlib.projections.polar.PolarAxes.set_theta_zero_location`
39+
method now has an optional :code:`offset` argument. This argument may be used
40+
to further specify the zero location based on the given anchor point.
4141

4242
.. figure:: /gallery/pie_and_polar_charts/images/sphx_glr_polar_scatter_002.png
4343
:target: ../gallery/pie_and_polar_charts/polar_scatter.html#scatter-plot-on-polar-axis-with-offset-origin
@@ -46,8 +46,8 @@ specify the zero location based on the given anchor point.
4646

4747
Polar Offset Demo
4848

49-
The :meth:`~matplotlib.axes.projections.polar.PolarAxes.set_thetamin` and
50-
:meth:`~matplotlib.axes.projections.polar.PolarAxes.set_thetamax` methods may
49+
The :meth:`~matplotlib.projections.polar.PolarAxes.set_thetamin` and
50+
:meth:`~matplotlib.projections.polar.PolarAxes.set_thetamax` methods may
5151
be used to limit the range of angles plotted, producing sectors of a circle.
5252

5353
.. figure:: /gallery/pie_and_polar_charts/images/sphx_glr_polar_scatter_003.png

0 commit comments

Comments
 (0)