Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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 an api change document
  • Loading branch information
blink1073 committed Jan 20, 2015
commit a449d92c718e7cd785822009f5f718989503d0af
6 changes: 6 additions & 0 deletions doc/api/api_changes/2015-01-19_reorder_axes_get_children.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Reordered `Axes.get_children`
`````````````````````````````

The artist order returned by `Axes.get_children` did not
match the one used by `Axes.draw`. They now use the same
order, as `Axes.draw` now calls `Axes.get_children`.