Re: [Matplotlib-users] linestyles in matplotlib.pyplot.plot

2012-09-13 Thread Goutam Paul
want to know the equivalent syntax for '++' marker for the same plot of f(x) against (x). On Thu, Sep 13, 2012 at 1:02 AM, Damon McDougall damon.mcdoug...@gmail.comwrote: On Wed, Sep 12, 2012 at 11:31 PM, Goutam Paul goutam.p...@ieee.org wrote: It seems that there are only five line-styles

[Matplotlib-users] linestyles in matplotlib.pyplot.plot

2012-09-12 Thread Goutam Paul
It seems that there are only five line-styles: - (solid) – default -- (dashed) -. (dash dot) : (dotted) None or or (nothing) What if I want to have more linestyles? Say, ++, **, xx, ~~, etc. Is it possible to have user-defined linestyles? How?