8000 Several small What's New fixes by QuLogic · Pull Request #9259 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Several small What's New fixes #9259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 2, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
DOC: Fix images in what's new for polar plots.
Fixes #9248.
  • Loading branch information
QuLogic committed Oct 1, 2017
commit 72d5b0c6d2b13351adef8fc09de056cc1b3390df
8 changes: 4 additions & 4 deletions doc/users/whats_new.rst
9D84
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ The :meth:`~matplotlib.projections.polar.PolarAxes.set_theta_zero_location` now
has an optional :code:`offset` argument. This argument may be used to further
specify the zero location based on the given anchor point.

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

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

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

Expand Down
0