Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
colorbar.ColorbarBase.outline
1 parent dd1f6b0 commit 75e8e5fCopy full SHA for 75e8e5f
doc/api/api_changes.rst
@@ -54,6 +54,10 @@ original location:
54
'open-close-high-low' order of quotes, and what the module used and the later
55
is 'open-high-low-close' order of quotes, which is the standard in finance.
56
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.
61
62
.. _changes_in_1_3:
63
0 commit comments