Skip to content

Desktop application for easy plotting of series data, built on Qt and matplotlib

License

Notifications You must be signed in to change notification settings

WattyAB/inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Desktop application for easy plotting of series data, built on Qt and matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published