From 41db3a6d504f581a0a6e1ef6ec9795d0923da92e Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Mon, 2 Dec 2013 16:57:25 +0100 Subject: [PATCH] Axes.plot: remove set_default_color_cycle from the docstring It has been removed in 2c24a7c13645fbf0c79bb102274604c3f37b70d2. --- lib/matplotlib/axes/_axes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 3dbddfb8d3b8..1b7953c31ce1 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -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: