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