File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,12 @@ negative values are simply used as labels, and the real radius is shifted by
62
62
the configured minimum. This release also allows negative radii to be used for
63
63
grids and ticks, which were previously silently ignored.
64
64
65
- Radial ticks have be modified to be parallel to the circular grid line. Angular
66
- ticks will be modified to be parallel to the grid line. It may also be useful
67
- to rotate tick labels to match the boundary. Calling
68
- ``ax.tick_params(rotation='auto') `` will enable this new behavior. Radial tick
69
- labels will be modified to be parallel to the circular grid line. Angular tick
70
- labels will be perpendicular to the grid line (i.e., parallel to the outer
71
- boundary.)
65
+ Radial ticks have been modified to be parallel to the circular grid line, and
66
+ angular ticks have been modified to be parallel to the grid line. It may also
67
+ be useful to rotate tick *labels * to match the boundary. Calling
68
+ ``ax.tick_params(rotation='auto') `` will enable new behavior: radial tick
69
+ labels will be parallel to the circular grid line, and angular tick labels will
70
+ be perpendicular to the grid line (i.e., parallel to the outer boundary.)
72
71
73
72
74
73
Merge JSAnimation
You can’t per
10F3
form that action at this time.
0 commit comments