8000 #2897 Adding tests for pie ccw. Issue 2897 by sfroid · Pull Request #2933 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

#2897 Adding tests for pie ccw. Issue 2897 #2933

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 4 commits into from
Mar 28, 2014
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
adding changelog entry
  • Loading branch information
sfroid committed Mar 28, 2014
commit 0e51dde9f5f8f949bcf61b0b7a2d6a218ada6edd
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2014-03-27 Added tests for pie ccw parameter. Removed pdf and svg images
from tests for pie linewidth parameter.

2014-03-22 Added the keyword arguments wedgeprops and textprops to pie.
Users can control the wedge and text properties of the pie
in more detail, if they choose.
Expand Down
0