From: John H. <jdh...@ac...> - 2005-02-28 17:26:53
|
>>>>> "Massimo" == Massimo Sabbatini <sab...@de...> writes: Massimo> Dear group, is it possible to set the default sequence of Massimo> line styles, colors, widths, etc. to be used when Massimo> plotting multiple lines ? pylab.rc seems to set the Massimo> default parameters only for the first line. Massimo> I've googled about it, but it does not seem a very Massimo> popular question. No, this is not currently possible. The default line style does not cycle, and the default color cycle is hardcoded. It would be possible to make these configurable, but since it is relatively easy to specify which linestyles you want, I'm not sure it's necessary. JDH |