@@ -31,13 +31,13 @@ The polar axes transforms have been greatly re-factored to allow for more
31
31
customization of view limits and tick labelling. Additional options for view
32
32
limits allow for creating an annulus, a sector, or some combination of the two.
33
33
34
- The :meth: `~matplotlib.axes. projections.polar.PolarAxes.set_rorigin ` method may
34
+ The :meth: `~matplotlib.projections.polar.PolarAxes.set_rorigin ` method may
35
35
be used to provide an offset to the minimum plotting radius, producing an
36
36
annulus.
37
37
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.
41
41
42
42
.. figure :: /gallery/pie_and_polar_charts/images/sphx_glr_polar_scatter_002.png
43
43
: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.
46
46
47
47
Polar Offset Demo
48
48
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
51
51
be used to limit the range of angles plotted, producing sectors of a circle.
52
52
53
53
.. figure :: /gallery/pie_and_polar_charts/images/sphx_glr_polar_scatter_003.png
0 commit comments