Skip to content

Commit 41db3a6

Browse files
committed
Axes.plot: remove set_default_color_cycle from the docstring
It has been removed in 2c24a7c.
1 parent f226149 commit 41db3a6

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)