Re: [Matplotlib-users] setting non-basic dashes

2008-01-31 Thread John Prince
> I found this in the online documentation of the pylab.plot() function: > > The following line styles are supported: > > - : solid line > --: dashed line > -.: dash-dot line > : : dotted line > . : points > , : pixels > o : circle symbols >

[Matplotlib-users] setting non-basic dashes

2008-01-31 Thread John Prince
First off, thanks for matplotlib. It really is amazing. I can't seem to figure out an acceptable sequence of dashes per the documentation: 'dashes: sequence of on/off ink in points' This is what I'm trying: mydashes = ['- ', '--', '- ', '--', '- '] lines = plot(*triplets) for i in range(len(