Skip to content

Commit f3a0c78

Browse files
committed
added api change
1 parent 9497700 commit f3a0c78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/next_api_changes/behaviour.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,11 @@ 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+
98+
`~Axes.errorbar` now color cycles when only errorbar color is set
99+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100+
101+
Previously setting the *ecolor* would turn off automatic color cycling for the plot, leading to the
102+
the lines and markers defaulting to whatever the first color in the color cycle was in the case of
103+
multiple plot calls.

0 commit comments

Comments
 (0)