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

Skip to content

Commit 5ac8b19

Browse files
committed
added api change
1 parent 9497700 commit 5ac8b19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/next_api_changes/behaviour.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,10 @@ Previously, `.SymLogNorm` had no *base* kwarg, and defaulted to ``base=np.e``
9393
whereas the documentation said it was ``base=10``. In preparation to make
9494
the default 10, calling `.SymLogNorm` without the new *base* kwarg emits a
9595
deprecation warning.
96+
97+
`~Axes.errorbar` now color cycles when only errorbar color is set
98+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99+
100+
Previously setting the *ecolor* would turn off automatic color cycling for the plot, leading to the
101+
the lines and markers defaulting to whatever the first color in the color cycle was in the case of
102+
multiple plot calls.

0 commit comments

Comments
 (0)