I'm writing a little plotting library for LCDs. I'll try to publish it once it's more polished. What do you think?
For now it supports reading data from a Vector, arbitrary scaling on both axes, linear interpolation, different point styles (square, circle), arbitrary many graphs.
I use a version of this in R as implemented in ggplot2. What is nice about it is that you can use standard text descriptions to build an arbitrary graph.
Not yet. I'll reply here once it's published. It will be pretty crappy C++ since I don't care too much about learning it properly. I'm just shaving yaks right now.
Thanks a lot. I mostly did it because I love the looks of it too (and because I've always wanted to build some kind of GUI library). I was also considering using it for something artsy. I like the idea of a watch!