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

2008-01-31 Thread Alan G Isaac
On Thu, 31 Jan 2008, John Prince apparently wrote: > I think there is a way to set arbitrary > dash-dot lines Use numbers: http://matplotlib.sourceforge.net/matplotlib.lines.html set_dashes(self, seq) Set the dash sequence, sequence of dashes with on off ink in points. If seq is empty

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 >

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

2008-01-31 Thread Jim Vickroy
John Prince wrote: 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(*triplet

[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(