Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a81e931

Browse filesBrowse 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
Copy full SHA for a81e931

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.