Saturday, February 24, 2018

Getting Started with graphing utilities

In this post we look at few graphing utilities which would help us in rendering graphs (charts) simply. Few of the tools I researched are discussed here.
I'm still looking out for a good tool to have these charts zoom in/out and ability to focus in on small time periods. Let me know if you know ?

Python - Pygal

Pygal is a really good utility to generate graphs in svg or png with default rendering being good enough.

Built a tutorial youtube video on this which can be used to get going on this tool.

The code files for that same video can be found here on GitHub

 

 Python – MatPlotLib & Mpld3


 This is a also a powerful tool to render graphs. Mpld3 is used to get the rendering for browsers and clean up the default rendering by matplot library. By default didn't like rendering as much as pygal above.

Built a tutorial youtube video on this which can be used to get going on this tool.

The code files for that same video can be found here on GitHub

 

GnuPlot

This cool tool allows a powerful rendering of charts without much coding at all. Mostly configuration needs to happen and it can read data files on its own and render graphs for you. Very powerful in its own right and really good rendering.


Built a tutorial youtube video on this which can be used to get going on this tool.

The code files for that same video can be found here on GitHub


No comments: