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
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 us
On Sun, Dec 21, 2008 at 1:30 PM, Georg Brandl 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 commands.
>
> One t
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.
---
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 ex