[Matplotlib-devel] matplotlib meeting minutes 2015-11-30

Michael Droettboom mdroettboom at continuum.io
Mon Nov 30 16:22:50 EST 2015


In attendance: Michael Droettboom, Thomas Caswell, Eric Firing, Jens Nielsen

The 2.0 style work has opened up a can of worms.  When the colors are
changed to better defaults, the places where those defaults are not used
become more obvious.  In fixing those places, it became more obvious that
there are shortcomings in how property cyclers are exposed and
implemented.  Issue #5584 illustrates some of the pain points, and #5577 is
a

As an action plan:

- Expose more about the current property cycler on a given Axes object, so
it can be introspected and used as the basis for another cycler.
- Cyclers on an Axes should always have colors, even if that color is just
black, so that plot types that only care about color can always use it to
access a list of colors.
- We should provide a mechanism to specify a color that is the nth color in
the current property cycle (in the global rcParam).  This will go a long
way to keeping things that were easy before easy.

Cheers,
Mike

-- 
Michael Droettboom
Continuum Analytics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20151130/97667526/attachment.html>


More information about the Matplotlib-devel mailing list