@@ -31,13 +31,13 @@ The polar axes transforms have been greatly re-factored to allow for more
3131customization of view limits and tick labelling. Additional options for view
3232limits 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
3535be used to provide an offset to the minimum plotting radius, producing an
3636annulus.
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
5151be 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