8000 Fixes issue #966: When appending the new axes, there is a bug where it by cimarronm · Pull Request #2735 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Fixes issue #966: When appending the new axes, there is a bug where it #2735

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 3 commits into from
Mar 20, 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.
8000 Loading
Diff view
Diff view
Prev Previous commit
DOC: Added change log entry for divider append axes bug fix
  • Loading branch information
cimarronm committed Mar 18, 2014
commit 8282498be29b5996112fdf174d757bfac5025c50
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2014-03-17 Bug was fixed in append_axes from the AxesDivider class would not
append axes in the right location with respect to the reference
locator axes

2014-03-13 Add parameter 'clockwise' to function pie, True by default.

2014-27-02 Implemented separate horizontal/vertical axes padding to the
Expand Down
0