Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b6b4138

Browse filesBrowse files
committed
DOC: Fix some broken links to PolarAxes methods.
1 parent 72d5b0c commit b6b4138
Copy full SHA for b6b4138

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎doc/users/whats_new.rst

Copy file name to clipboardExpand all lines: doc/users/whats_new.rst
+6-6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.