Hi Richard, there is also http://plot.ly. They provide Python bindings and allow to create HTML-based charts for offline use. Of course this works for relatively small datasets, as all data exported into output HTML file (with embedded JS).
Also Qt 5 provides Qt Charts library [0], maybe for C++ code this is good choice. But I don't know if they available in Python. [0] http://doc.qt.io/qt-5/qtcharts-examples.html 2017-05-08 17:47 GMT+03:00 Richard Duivenvoorde <[email protected]>: > > Hi, > > wanting to create a nice looking graph (widget) in QGIS, I wonder what > the options are, and if there is some common consensus on what is the > best option for the near future: > > I know of (seen used in Mutant plugin): > - qwt > - mathplot lib > But these look a little crude... > > Another option would be to create the graph(s) via javascript using some > kind of javascript lib and show the image or html in a web widget. > Or maybe even a create custom dedicated d3js widget? > > Do 'we' (as the community) have a stand in this? > Is one option more future proof (for QGIS) then others? > > Regards and thanks for any input, > > Richard Duivenvoorde > _______________________________________________ > QGIS-Developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
