Desktop application for easy plotting of series data, built on Qt and matplotlib
Requires pyqt4, which is easiest installed by e.g. apt-get install python-qt4
# Interactively
>>> from inspector import Inspector
>>> Inspector(range(9))
>>> Inspector(np.random.randn(100))
# On command line (using the generator plugin)
$ inspector --RandomGenerator generate '{"days": 2}'
Copyright Watty AB