From: Alan G I. <ai...@am...> - 2008-01-31 20:31:32
|
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 |