[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

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 =

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