A quick Perl script using Chart::Strip to chart time-based data piped in on STDIN.
Reads data from STDIN, one reading per line, timestamp and value separated by a pipe, e.g.:
1328054640|0.109
1328054880|0.13455
1328054940|0.1589Can be given command line options to override the defaults to set the graph size, output file, title, etc.
See the script for full details.
David Precious <[email protected]>
Released under the terms of the WTFPL.