Re: [Matplotlib-users] How to use the set_clip_path with the imshow function

2008-10-23 Thread Michael Droettboom
This has now been fixed in SVN. See the example/pylab_examples/image_clip_path.py for usage. Mike Federico Milano wrote: > Dear Mike, > > thanks a lot for the information. > > Best wishes, > > Federico > > > > Michael Droettboom wrote: > >> Unfortunately, clip paths are not implemented for t

Re: [Matplotlib-users] How to use the set_clip_path with the imshow function

2008-10-22 Thread Federico Milano
Dear Mike, thanks a lot for the information. Best wishes, Federico Michael Droettboom wrote: > Unfortunately, clip paths are not implemented for the Agg backend. > Other backends (Ps, Pdf, Svg) may work, but I haven't tried that in a > while. > > I've spent a few tries trying to come up wi

Re: [Matplotlib-users] How to use the set_clip_path with the imshow function

2008-10-22 Thread Michael Droettboom
Unfortunately, clip paths are not implemented for the Agg backend. Other backends (Ps, Pdf, Svg) may work, but I haven't tried that in a while. I've spent a few tries trying to come up with the magic Agg incantation to make this work. It's not really documented in Agg, but it should theoretic

[Matplotlib-users] How to use the set_clip_path with the imshow function

2008-10-22 Thread Federico Milano
Dear All, I am a new user of python and of matplotlib, so, please excuse me if I am asking a trivial question. I am trying to use the funciton imshow to plot a temperature map of the voltage levels of an electrical grid. After creating the grid data using "meshgrid" and "griddata" functions, "im