prop_cycle has no effect on scatter

Hi,

I'm trying to define a matplotlib style. I've set the color cycler
correctly for `plot` calls, but all `scatter` calls result in blue dots. Is
there a way to create a cycler for `scatter` calls? What's the recommended
usage here?

Juan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20161108/1639f0b0/attachment.html>

In <=1.5 scatter does not respect the color cycle, doing so will be one of
the style changes in 2.0 (
http://matplotlib.org/devdocs/users/dflt_style_changes.html#scatter)

Tom

···

On Mon, Nov 7, 2016 at 7:02 PM Juan Nunez-Iglesias <jni.soma at gmail.com> wrote:

Hi,

I'm trying to define a matplotlib style. I've set the color cycler
correctly for `plot` calls, but all `scatter` calls result in blue dots. Is
there a way to create a cycler for `scatter` calls? What's the recommended
usage here?

Juan.
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20161108/37e42490/attachment.html&gt;

Ah! Thanks. That might be something worth waiting for... (For Elegant
SciPy.) What's the timeline on 2.0? =)

···

On Tue, Nov 8, 2016 at 12:00 PM, Thomas Caswell <tcaswell at gmail.com> wrote:

In <=1.5 scatter does not respect the color cycle, doing so will be one of
the style changes in 2.0 (http://matplotlib.org/devdocs/users/dflt_style_
changes.html#scatter)

Tom

On Mon, Nov 7, 2016 at 7:02 PM Juan Nunez-Iglesias <jni.soma at gmail.com> > wrote:

Hi,

I'm trying to define a matplotlib style. I've set the color cycler
correctly for `plot` calls, but all `scatter` calls result in blue dots. Is
there a way to create a cycler for `scatter` calls? What's the recommended
usage here?

Juan.
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20161108/d0082d09/attachment.html&gt;