Skip to content

Commit

Permalink
Merge pull request #2640 from mineo/plot-docstring
Browse files Browse the repository at this point in the history
Axes.plot: remove `set_default_color_cycle` from the docstring as the function has been depreciated and removed (2c24a7c)
  • Loading branch information
tacaswell committed Dec 2, 2013
2 parents b177aaf + 41db3a6 commit a81e931
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/matplotlib/axes/_axes.py
Expand Up @@ -1224,8 +1224,7 @@ def plot(self, *args, **kwargs):
By default, each line is assigned a different color specified by a
'color cycle'. To change this behavior, you can edit the
axes.color_cycle rcParam. Alternatively, you can use
:meth:`~matplotlib.axes.Axes.set_default_color_cycle`.
axes.color_cycle rcParam.
The following format string characters are accepted to control
the line style or marker:
Expand Down

0 comments on commit a81e931

Please sign in to comment.