[PyQt] simple charts with PyQT

Nick Gaens nickgaens at gmail.com
Fri Nov 5 12:14:17 GMT 2010


You can take a look at the pygooglechart module. The generated chart is in
fact a .png-image, which can be easily loaded into a QPixMap e.g.. (Adds the
requirement of an internet connection though.)

On Fri, Nov 5, 2010 at 13:08, Vincent Vande Vyvre <
vincent.vandevyvre at swing.be> wrote:

>  Le 05/11/10 12:46, bar tomas a écrit :
>
> Hi,
> I was just wondering if someone could advise me on the simplest way of
> integrating a few simple charts (pie chart, time series chart, etc)
> into my PyQT application.
> Are there any chart widget libraries accessible through PyQT? Can they
> be used through QT Designer?
> Is it easier to just paint the charts onself, are there any examples
> of this in PyQT code?
> Thanks a million for any help.
>
> Tomas Bar
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.comhttp://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>    Maybe PyQwt :
>
>     http://pyqwt.sourceforge.net/
>
> not tryed
>
> --
> Vincent V.V.
> Oqapy <https://launchpad.net/oqapy>
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>



-- 
Nick Gaens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20101105/375bee8e/attachment.html>


More information about the PyQt mailing list