pure Qt data visualization (not open source)

Hi,

I just ran across this new Qt "add-on" for data visualization :
blog.qt.digia.com/blog/2014/03/26/qt-data-visualization-1-0-released/

It's a bit off-topic because I think there is not (yet?) a Python
binding, but there is a demo video which is worth taking a look at.
The video doesn't mention the API so the question is open : how easy is
it to build these visualization GUIs, compared to Mayavi for instance ?
(one minor difference at least... not open source)

In the same category, but focusing on 2D plots, I see that Digia has
also produced a "Qt Charts" add-on. This one has a Python binding
http://www.riverbankcomputing.co.uk/software/pyqtchart/intro (commercial
license only)

···

--
Pierre

From the PyQt mailing list:

"""
PyQtDataVisualization v1.0 has been released. These are Python bindings
for Digia's Qt Data Visualization library and PyQt5, see...

http://qt.digia.com/Product/Qt-Enterprise-Features/Advanced-Data-Visualization/

PyQtDataVisualization is bundled with PyQt. It is not available under an open source license.

Phil
"""

Anyways, being not open source products, the interest is limited.

For Qt the natural choice would be Qwt but then the problem would be to get a wrapper able to work with PySide, PyQt4 and PyQt5.

Because of those (an other) issues I am currently using matplotlib in my PyQt applications.

Armando

···

On 28.03.2014 19:13, Pierre Haessig wrote:

Hi,

I just ran across this new Qt "add-on" for data visualization :
blog.qt.digia.com/blog/2014/03/26/qt-data-visualization-1-0-released/

It's a bit off-topic because I think there is not (yet?) a Python
binding,