> [...] I deduce from your approach that there is nothing > built in. I am surprised [...]
When you mentioned it, so was I. From axes.py: -------- def set_default_color_cycle(clist): """ Change the default cycle of colors that will be used by the plot command. This must be called before creating the :class:`Axes` to which it will apply; it will apply to all future axes. *clist* is a sequence of mpl color specifiers """ _process_plot_var_args.defaultColors = clist[:] rcParams['lines.color'] = clist[0] -------- That will tidy things up a bit. Not only do I change to B&W for plots I expect to print, I try to switch fonts and DPI and so forth as a group for print vs. screen vs. projector. I don't have that all ironed out yet, though. &C ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users