I have some data in "wxGrid"s and I want to plot some graphics with
such data. Is there anything standard for that? What do you recommend
for such a task? I've been thinking about using matplotlib, but I
don't know if it's too "overkill" for the task.
I have some data in "wxGrid"s and I want to plot some graphics with
such data. Is there anything standard for that? What do you recommend
for such a task? I've been thinking about using matplotlib, but I
don't know if it's too "overkill" for the task.
I have been using wxPyPlot with good results. It's very easy.
Takes Numeric/mumarrays, lists or tuples.
I also made some custom mods to add legend thickness and variable tick spacing, if you want to use that.
Actually I had had a look at it before, but I thought it wasn't stable
yet. I'll give it a try since it seems much easier than
matplotlib. I just want to plot some graphics for simple analisys
- --- for now...
Later I'll need more complex graphics to plot what GM calls an
"I-Chart". But let the complex things for the complex programs.
See you,
- --
Godoy. <godoy@metalab.unc.edu>
···
On Tuesday 13 January 2004 15:34, Chris Barker ("Chris Barker" <Chris.Barker@noaa.gov>) wrote: