Skip to content

Commit

Permalink
added api change
Browse files Browse the repository at this point in the history
  • Loading branch information
story645 committed Feb 28, 2020
1 parent 9497700 commit 5ac8b19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/api/next_api_changes/behaviour.rst
Expand Up @@ -93,3 +93,10 @@ Previously, `.SymLogNorm` had no *base* kwarg, and defaulted to ``base=np.e``
whereas the documentation said it was ``base=10``. In preparation to make
the default 10, calling `.SymLogNorm` without the new *base* kwarg emits a
deprecation warning.

`~Axes.errorbar` now color cycles when only errorbar color is set
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Previously setting the *ecolor* would turn off automatic color cycling for the plot, leading to the
the lines and markers defaulting to whatever the first color in the color cycle was in the case of
multiple plot calls.

0 comments on commit 5ac8b19

Please sign in to comment.