Re: Drawing charts in Qt

2007-11-07 Thread Michel Albert
On Nov 6, 5:08 pm, David Boddie <[EMAIL PROTECTED]> wrote: > On Tue Nov 6 15:46:07 CET 2007, Michel Albert wrote: > > [PyQwt and matplotlib] > > > PyQwt looks much more interesting, but I have trouble installing it. > > On my machine it complains that sipconfig "has no attribute > > '_pkg_config'".

Re: Drawing charts in Qt

2007-11-06 Thread David Boddie
On Tue Nov 6 15:46:07 CET 2007, Michel Albert wrote: [PyQwt and matplotlib] > PyQwt looks much more interesting, but I have trouble installing it. > On my machine it complains that sipconfig "has no attribute > '_pkg_config'". Is the configuration script finding the sipconfig file for SIP 3 or S

Re: Drawing charts in Qt

2007-11-06 Thread Jeremy Sanders
Michel Albert wrote: > Has anyone ever successfully used these graphing libraries with PyQt? > Or are there other graphing libraries available? In fact, my needs are > modest. A Line- and Bar-Chart would solve the majority of problems. Veusz does line charts, and stepped charts (which are almost

Drawing charts in Qt

2007-11-06 Thread Michel Albert
I would like to display some charts in a Qt application. But all the docs I find online are rather dusty and talk about Qt3. My application uses Qt4 however. I ran into PyQwt and matplotlib. But the docs of matplotlib are horrid and the example in their wiki covers Qt3, and things look quite crypti