[matplotlib-devel] Problems with the scipy animation examples

2008-09-04 Thread Ray Salem
I am not able to run the following example (link to the website http://www.scipy.org/Cookbook/Matplotlib/Animations) python anim.py -dWX But, i am able to run it with out specifying a background engine, any engine i manually selected does not work Also another problem i am observing is that if

Re: [matplotlib-devel] linestyle dash tuple?

2008-09-04 Thread John Hunter
On Thu, Sep 4, 2008 at 3:30 PM, Ryan May <[EMAIL PROTECTED]> wrote: > Hi, > > In the process of documenting "linestyles" for contour, I noticed that > in a lot of places, linestyle can be this dash tuple, which is described > in Collection as: > >The dash tuple is:: > >

[matplotlib-devel] linestyle dash tuple?

2008-09-04 Thread Ryan May
Hi, In the process of documenting "linestyles" for contour, I noticed that in a lot of places, linestyle can be this dash tuple, which is described in Collection as: The dash tuple is:: (offset, onoffseq), where *onoffseq* is an even length tuple