Skip to content

Correct theta values when drawing a non-circular arc #8047

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 2 commits into from
Mar 10, 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
Fix small typo in api change
  • Loading branch information
dstansby committed Mar 2, 2017
commit 0376d83c60514ea1767f4108ea645ca93776f791
2 changes: 1 addition & 1 deletion doc/api/api_changes/2017-02-10-DS_elliptical_arc_angle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Elliptical arcs now drawn between correct angles
The `matplotlib.patches.Arc` patch is now correctly drawn between the given
angles.

Previously a circular are was drawn and then stretched into an ellipse,
Previously a circular arc was drawn and then stretched into an ellipse,
so the resulting arc did not lie between *theta1* and *theta2*.