How to graph two columns of x,y numbers?

Peter Hansen peter at engcorp.com
Mon Dec 8 13:48:03 EST 2003


Todd Gardner wrote:
> 
> Peter Hansen <peter at engcorp.com> wrote in message news:<3FD3E423.B53D23DE at engcorp.com>...
> > Todd Gardner wrote:
> > >
> > > I would like to graph two columns of x,y numbers?  I would greatly
> > > appreciate any pointers or suggestions.
> >
> > Yes, include more detail about what you want to do.  Specifically,
> > what platform, do you care if it's wxPython, or Tkinter, or something
> > else, etc.  There are about a zillion possible answers to your
> > question as it stands, and "python graphing" or something on Google
> > would likely get you a lot of mileage right now.  Maybe after you
> > do a little research there you can come back with a more detailed
> > question?
> 
> There are LOTS of plotting choices on google.  I guess I would like to
> narrow them down by tapping into some expertise.
> 
> I would like to do 2D and possibly 3D plotting with python.  I am
> tending toward wxpython because of it's ease of use.

You still haven't really given any information about your goals.  Is
this program just for visualization of static data?  Anything dynamic?
Who's the audience?  Do you need to do printing of the same output?
How precisely does the printed version need to match the screen?
Is this part of a program that you will be giving to others, or
is it just for personal use?  Do you have any limitations with respect
to the platform used?  Linux only?  Windows only?  Both?  Neither?

And you can probably add another dozen questions to the mix.

Yes, I understand that you hope someone can say something like 
"Use X or Y, but skip Z because it sucks", but you really can't
expect to get a to-the-point answer if nobody knows what you want
this for.

-Peter




More information about the Python-list mailing list