Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72d5b0c

Browse files
committed
DOC: Fix images in what's new for polar plots.
Fixes #9248.
1 parent c8c76ad commit 72d5b0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/users/whats_new.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The :meth:`~matplotlib.projections.polar.PolarAxes.set_theta_zero_location` now
3939
has an optional :code:`offset` argument. This argument may be used to further
4040
specify the zero location based on the given anchor point.
4141

42-
.. figure:: ../gallery/pie_and_polar_charts/images/sphx_glr_polar_scatter_001.png
43-
:target: ../gallery/pie_and_polar_charts/polar_scatter.html
42+
.. figure:: /gallery/pie_and_polar_charts/images/sphx_glr_polar_scatter_002.png
43+
:target: ../gallery/pie_and_polar_charts/polar_scatter.html#scatter-plot-on-polar-axis-with-offset-origin
4444
:align: center
4545
:scale: 50
4646

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

53-
.. figure:: ../gallery/pie_and_polar_charts/images/sphx_glr_polar_scatter_002.png
54-
:target: ../gallery/pie_and_polar_charts/polar_scatter.html
53+
.. figure:: /gallery/pie_and_polar_charts/images/sphx_glr_polar_scatter_003.png
54+
:target: ../gallery/pie_and_polar_charts/polar_scatter.html#scatter-plot-on-polar-axis-confined-to-a-sector
5555
:align: center
5656
:scale: 50
5757

0 commit comments

Comments
 (0)