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

[Matplotlib-users] Interactive masking

2006-09-08 Thread Rob Hetland
I am interested in making an 'interactive mask.' That is, I am creating a model of estuarine flow, where the grid is rectangular, and part of the domain will be land, not included in the simulation through a mask. I would like to be able to modify this mask using a tool that will allow m