Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages