Re: [Matplotlib-users] Controling the tick thickness

2006-10-06 Thread Helge Avlesen
> 2006/10/5, François Beaubert < > [EMAIL PROTECTED]>: > > Hi all, > > I have look in the doc and examples but was unable to find a way to control > > the thickness of the major and minor tick on the axis. On 10/5/06, David Huard <[EMAIL PROTECTED]> wrote: > François, > These options can be found

Re: [Matplotlib-users] Interactive masking

2006-09-10 Thread Helge Avlesen
Hi, I have done this with pygist (see attached snippet), but not with matplotlib (yet) as it is a bit to slow for big datasets. I believe it should be relatively easy to implement a similar mouse handling loop for matplotlib, someone else can probably fill in with a better solution. if you use pco