Graphs Library that could be easily integrated with wxpython?

Yes: matplotlib

Keep in mind you can directly embed graphs in wx apps or use either of two helper modules to do this. See
this page
for info on embedding. There is also a recent thread on the matplotlib list (searchable via archive) about this, particularly direct embedding.

···

On Dec 5, 2007 1:25 PM, Peter Damoc pdamoc@gmail.com wrote:

Is there a graph library that can be easily integrated with wxpython on Windows?

I only need some pie charts and maybe a line graphic to show an evolution.

Thank you in advance.
Peter.

P.S. I used to use pychart but it draw rather ugly charts and I could only see them by instructing the system to open them with whateve pdf viewer the system had.


There is NO FATE, we are the creators.

I don’t know if PyChart is less of an a-bomb in your mind,

but you might want to look at it? I guess any plotting library
that bothers to be inclusive enough to include pie charts will
be more than just the bare minimum.

···

On Dec 6, 2007 2:31 AM, Peter Damoc pdamoc@gmail.com wrote:

Thanks for your suggestion.

I was hopping for some other library.
matplotlib feels like killing a fly with an atomic bomb.

Whoops, you had in fact mentioned PyChart…posting while groggy. And I had seen Andrea’s PieCtrl/ProgressPie but had forgot about it; I should have known he would have something, he’s got a new control every 10 minutes! :smiley: Now I’ll have to go check it out to repent!

···

On Dec 6, 2007 6:12 AM, Peter Damoc pdamoc@gmail.com wrote:

PyChart was fine, as I said earlier, this is what I used in another software… but… its integration with wxpython is… not all that good.

:slight_smile: