Hi all, I'm using version 2.2 python on a laptop running RH9; 2.4.23 kernel. I'd like to know what the 'list' considers a decent, and fairly easy to learn graphing package. I don't need anything too fancy, just a 2-D line graph package I can plug into python. I'd really like to stay away from object- oriented stuff, mostly because I don't understand it too well. Since the scripts I'm working on will probably be run on MS Windows as well as in Linux, the package will need to have a MS version too. Thanks, -Chuck -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Can you use gnuplot? There is a python wrapper. http://gnuplot-py.sourceforge.net/ Chuck Noyes wrote:
Hi all,
I'm using version 2.2 python on a laptop running RH9; 2.4.23 kernel. I'd like to know what the 'list' considers a decent, and fairly easy to learn graphing package. I don't need anything too fancy, just a 2-D line graph package I can plug into python. I'd really like to stay away from object- oriented stuff, mostly because I don't understand it too well.
Since the scripts I'm working on will probably be run on MS Windows as well as in Linux, the package will need to have a MS version too.
Thanks, -Chuck
-- ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø Karl Hiramoto <karl@hiramoto.org> Work: 978-425-2090 ext 25 Cell: 508-517-4819 http://karl.hiramoto.org/ AOL IM ID = KarlH420 Yahoo_IM = karl_hiramoto ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø Hello, GORRY-O!! I'm a GENIUS from HARVARD!!
Hi Chuck Noyes wrote:
I'd like to know what the 'list' considers a decent, and fairly easy to learn graphing package. I don't need anything too fancy, just a 2-D line graph package I can plug into python.
Just this week I had to generate a couple of drawings of a deck I am making. I forgot gnuplot exists and, rooting around in the SuSE menu found the Open Office draw program. While it draws in its own format, it exports in many others --- pdf, eps, gif, etc. (I used pdf). I picked it up intuitively right away and was able to get my plan and elevation done in short time. I don't know what you mean by "plug into python" so I am not sure whether Open Office Draw will fill that bill. Hope this helps doug PS I'll not burden the list with an example but, if you want an example, I can easily forward one of those pdf files (or another format if you want to see if that particular one would do your job). Just let me know.
participants (3)
-
Chuck Noyes
-
doug waud
-
Karl Hiramoto