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 or if seq = (None, None), the
    linestyle will be set to solid.
     
    ACCEPTS: sequence of on/off ink in points

Note: 1pt = 1/72 inch

hth,
Alan Isaac




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to