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.
1 parent 71e9ad9 commit ba1f673Copy full SHA for ba1f673
doc/api/api_changes.rst
@@ -52,6 +52,12 @@ Changes in 1.3.x
52
:class:`~matplotlib.patches.Patch` had ``alpha=None``, the alpha component
53
of ``edgecolor`` would be applied to both the edge and face.
54
55
+* The optional ``isRGB`` argument to
56
+ :meth:`~matplotlib.backend_bases.GraphicsContextBase.set_foreground` (and
57
+ the other GraphicsContext classes that descend from it) has been renamed to
58
+ ``isRGBA``, and should now only be set to ``True`` if the ``fg`` color
59
+ argument is known to be an RGBA tuple.
60
+
61
* For :class:`~matplotlib.patches.Patch`, the ``capstyle`` used is now
62
``butt``, to be consistent with the default for most other objects, and to
63
avoid problems with non-solid ``linestyle`` appearing solid when using a
0 commit comments