@@ -111,13 +111,16 @@ negative values are simply used as labels, and the real radius is shifted by
111
111
the configured minimum. This release also allows negative radii to be used for
112
112
grids and ticks, which were previously silently ignored.
113
113
114
- Radial ticks have been modified to be parallel to the circular grid
115
- line, and angular ticks have been modified to be parallel to the grid
116
- line. It may also be useful to rotate tick *labels * to match the
117
- boundary. Calling ``ax.tick_params(rotation='auto') `` will enable the
118
- new behavior: radial tick labels will be parallel to the circular grid
119
- line, and angular tick labels will be perpendicular to the grid line
120
- (i.e., parallel to the outer boundary).
114
+ Radial ticks have been modified to be parallel to the circular grid line, and
115
+ angular ticks have been modified to be parallel to the grid line. It may also
116
+ be useful to rotate tick *labels * to match the boundary. Calling
117
+ ``ax.tick_params(rotation='auto') `` will enable the new behavior: radial tick
118
+ labels will be parallel to the circular grid line, and angular tick labels will
119
+ be perpendicular to the grid line (i.e., parallel to the outer boundary).
120
+ Additionally, tick labels now obey the padding settings that previously only
121
+ worked on Cartesian plots. Consequently, the ``frac `` argument to
122
+ `.PolarAxes.set_thetagrids ` is no longer applied. Tick padding can be modified
123
+ with the ``pad `` argument to `.Axes.tick_params ` or `.Axis.set_tick_params `.
121
124
122
125
123
126
``Figure `` class now has ``subplots `` method
0 commit comments