8000 Polar tick improvements by QuLogic · Pull Request #9068 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Polar tick improvements #9068

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Sep 26, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add info about polar tick(label) changes.
  • Loading branch information
QuLogic committed Sep 25, 2017
commit 5f1ecbd21795b96d262e516468a11f40fc2f7ce0
4 changes: 4 additions & 0 deletions doc/users/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ negative values are simply used as labels, and the real radius is shifted by
the configured minimum. This release also allows negative radii to be used for
grids and ticks, which were previously silently ignored.

For plots of a partial circle, radial ticks and tick labels have been modified
to be parallel to the circular grid line. Angular ticks have been modified to
be parallel to the grid line and the labels are now perpendicular to the grid
line (i.e., parallel to the outer boundary.)


Merge JSAnimation
Expand Down
0