Skip to content

Commit 15c57bd

Browse files
committed
Fix small grammatical errors.
1 parent 549c07f commit 15c57bd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/users/whats_new.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,12 @@ negative values are simply used as labels, and the real radius is shifted by
6262
the configured minimum. This release also allows negative radii to be used for
6363
grids and ticks, which were previously silently ignored.
6464

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.)
7271

7372

7473
Merge JSAnimation

0 commit comments

Comments
 (0)