Re: [Matplotlib-users] (no subject)

2008-12-22 Thread Michael Droettboom
jouni k seppänen wrote: By the way - do all backends support arbitrary clip paths now? If so, the hatch implementation of backend_ps could perhaps be generalized to all backends, or it could even be done in the Patch class and not the backend. That's a very good suggestion. All except

[Matplotlib-users] How to get Text dimensions

2008-12-22 Thread Franta
Hi, when I have a Text instance, how can I get the dimensions of it? -- View this message in context: http://www.nabble.com/How-to-get-Text-dimensions-tp21127748p21127748.html Sent from the matplotlib - users mailing list archive at Nabble.com.

Re: [Matplotlib-users] Absolute spacing for embedded figure

2008-12-22 Thread Jae-Joon Lee
On Sun, Dec 21, 2008 at 1:30 PM, Georg Brandl g.bra...@gmx.net wrote: Hi, I'm currently using Qwt to display a plot in a GUI application, but I'd like to replace it with matplotlib and a shell window, so that the user can not only view the plot but also modify it in-place using pyplot

[Matplotlib-users] Plotting NOAA data...

2008-12-22 Thread antonv
Hi all, I am pretty new to matplotlib and I have a big issue... I am trying to plot data from a grib file from noaa and I am not sure what's the best way to go about it. Until now, I am extracting the data i need in CSV files but I am not able to plot it. Here is a sample of the code that I am

Re: [Matplotlib-users] Plotting NOAA data...

2008-12-22 Thread Eric Firing
antonv wrote: Hi all, I am pretty new to matplotlib and I have a big issue... I am trying to plot data from a grib file from noaa and I am not sure what's the best way to go about it. Until now, I am extracting the data i need in CSV files but I am not able to plot it. Here is a sample of