Bar Charts with PySide

466 views
Skip to first unread message

md

unread,
Jul 22, 2014, 2:57:00 PM7/22/14
to python_in...@googlegroups.com
Has anyone here done any sort of bar charting with PySide ? Are there any existing modules for this kind of thing ?

Thanks

M

Kurian O.S

unread,
Jul 22, 2014, 3:03:04 PM7/22/14
to python_in...@googlegroups.com


--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/90e5c392-75cd-4166-abf8-4b97a5e63119%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
--:: Kurian ::--

LIJU kunnummal

unread,
Jul 23, 2014, 3:03:42 AM7/23/14
to python_in...@googlegroups.com
You can try PyQtGraph, which is an interesting project purely built on PyQt/PySide and numpy. 

Thanks
Liju K

Luke Harris

unread,
Jul 23, 2014, 5:50:27 AM7/23/14
to python_in...@googlegroups.com
I was considering whether using one of the javacript charting libraries with QWebView would be good for this
http://socialcompare.com/en/comparison/javascript-graphs-and-charts-libraries

Has anyone has much success with javascript charts?

md

unread,
Jul 23, 2014, 2:00:27 PM7/23/14
to python_in...@googlegroups.com
Numpy as is stands right now ... is not compiled under msvc as the Maya flavor of Python27. Do you have a numpy for Maya 2015 ?

Chad Dombrova

unread,
Jul 23, 2014, 3:13:26 PM7/23/14
to Maya Python Group

I was considering whether using one of the javacript charting libraries with QWebView would be good for this
http://socialcompare.com/en/comparison/javascript-graphs-and-charts-libraries

Has anyone has much success with javascript charts?

javascript + QWebView is the way to go.  d3.js is the undisputed king of data visualization, and there are many charting toolkits built on top of it. One of these is dc.js which I've found to be pretty amazing.

chad.




eric....@gmail.com

unread,
Apr 9, 2015, 3:52:48 PM4/9/15
to python_in...@googlegroups.com
I have an open source project with a variety of PyQt/PySide addons, one of which is a chart widget:

https://github.com/ProjexSoftware/projexui
https://github.com/ProjexSoftware/projexui/tree/master/projexui/widgets/xchart

Documentation is weak right now (working on it), but you can have a look at the source or install the project using pip -

pip install projex
pip install xqt
pip install projexui
Reply all
Reply to author
Forward
0 new messages