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

Skip to content

Commit 75e8e5f

Browse files
committed
added entry to api_changes for type of colorbar.ColorbarBase.outline
1 parent dd1f6b0 commit 75e8e5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/api_changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ original location:
5454
'open-close-high-low' order of quotes, and what the module used and the later
5555
is 'open-high-low-close' order of quotes, which is the standard in finance.
5656

57+
* The artist used to draw the outline of a `colorbar` has been changed
58+
from a `matplotlib.lines.Line2D` to `matplotlib.patches.Polygon`,
59+
thus `colorbar.ColorbarBase.outline` is now a
60+
`matplotlib.patches.Polygon` object.
5761

5862
.. _changes_in_1_3:
5963

0 commit comments

Comments
 (0)