summaryrefslogtreecommitdiff
path: root/altosuilib/AltosUIGraph.java
Commit message (Collapse)AuthorAge
* altosuilib: Disable graph element notifies for each add()Keith Packard2013-03-01
| | | | | | | This reduces the number of notify calls made and dramatically speeds up graph creation. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui/altoslib/altosuilib: Switch altosui to shared graph codeKeith Packard2013-02-10
| | | | | | | This adds a configuration tab to the graph window to enable/disable various plotted values. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosuilib/micropeak: Add state markers to micropeak graphKeith Packard2013-02-10
| | | | | | I think this makes the micropeak graph as functional as the altosui graph Signed-off-by: Keith Packard <keithp@keithp.com>
* altosuilib: Add graphing routines from MicroPeakKeith Packard2013-02-10
Make these available for AltosUI too Signed-off-by: Keith Packard <keithp@keithp.com>