How to graph two columns of x,y numbers?

Colin J. Williams cjw at sympatico.ca
Mon Dec 8 14:03:51 EST 2003


Todd,

If you are using wxPython, you might consider wxPyPlot:
                 http://www.cyberus.ca/~g_will/wxPython/wxpyplot.html

Colin W.

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?
>>
>>-Peter
> 
> 
> 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.
> 
> Any suggestions?  Thanks in advance.  Todd





More information about the Python-list mailing list