counterclock parameter for pie by fat-crocodile · Pull Request #2853 · matplotlib/matplotlib · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions CHANGELOG
2 changes: 2 additions & 0 deletions doc/api/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ original location:
tuple-like if separate axis padding is required.
The original behavior is preserved.

* Added clockwise parameter to control sectors direction in `axes.pie`


.. _changes_in_1_3:

Expand Down
14 changes: 9 additions & 5 deletions lib/matplotlib/axes/_axes.py