Skip to content

Commit a81e931

Browse files
committed
Merge pull request matplotlib#2640 from mineo/plot-docstring
Axes.plot: remove `set_default_color_cycle` from the docstring as the function has been depreciated and removed (2c24a7c)
2 parents b177aaf + 41db3a6 commit a81e931

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/axes/_axes.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1224,8 +1224,7 @@ def plot(self, *args, **kwargs):
12241224
12251225
By default, each line is assigned a different color specified by a
12261226
'color cycle'. To change this behavior, you can edit the
1227-
axes.color_cycle rcParam. Alternatively, you can use
1228-
:meth:`~matplotlib.axes.Axes.set_default_color_cycle`.
1227+
axes.color_cycle rcParam.
12291228
12301229
The following format string characters are accepted to control
12311230
the line style or marker:

0 commit comments

Comments
 (0)