Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 483 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 483 Bytes

Inspector

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

Example use

# 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}'

GUI sample image

Copyright Watty AB