8000 Merge pull request #2640 from mineo/plot-docstring · matplotlib/matplotlib@a81e931 · GitHub
[go: up one dir, main page]

Skip to content

Commit a81e931

Browse files
committed
Merge pull request #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
< 8000 button data-component="IconButton" type="button" class="prc-Button-ButtonBase-c50BI prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="small" data-variant="invisible" aria-describedby=":R1slebab:-loading-announcement" aria-labelledby=":R4lebab:">

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 2 deletions
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)
0