ILinePlot: learn to pass tests

Let view() parse the test parameter so that we can test ILinePlot from
the testsuite.  It's not a complete solution, but it's good enough to
get us started.

Change-Id: Ie0ce7a541b8714b579118143208b818277a585a6
3 files changed
tree: 042daf1b7bd6acd08c657bdcf66d166ac1aadae1
  1. doc/
  2. hooks/
  3. scripts/
  4. tests/
  5. trappy/
  6. .dir-locals.el
  7. .gitignore
  8. LICENSE
  9. README.md
  10. setup.cfg
  11. setup.py
README.md

trappy is a visualization tool to help analyze data generated on a device. It depends on ipython notebook and pandas. First install these dependencies if you don't have them already:

$ apt-get install ipython-notebook python-pandas

Now launch the ipython notebook server:

$ ipython notebook

This should pop up a browser. If it doesn't, open a web browser and go to http://localhost:8888/tree/

In the doc/ folder there's a 00 - Quick start which describes how to run trappy. Other notebooks in that directory describe other functions of trappy.