I need to do a 2-d plot where the x-coordinate is time, e.g.
2006-11-17 08:30:00 (I can change this obviously into any format needed) and the y-axis is values and preferably have
different colors, dash/dots and labels
I guess what I need is
-either some Tk module that does this
-or, interface and call some executable, e.g. system("gracebat @arguments") or ("gnuplot @arguments") etc
I would normally do that with grace and gracebat on linux, but this script needs to run on windows and I do not know if
grace runs on windows. I think gnuplot does.
Anybody done that?
2006-11-17 08:30:00 (I can change this obviously into any format needed) and the y-axis is values and preferably have
different colors, dash/dots and labels
I guess what I need is
-either some Tk module that does this
-or, interface and call some executable, e.g. system("gracebat @arguments") or ("gnuplot @arguments") etc
I would normally do that with grace and gracebat on linux, but this script needs to run on windows and I do not know if
grace runs on windows. I think gnuplot does.
Anybody done that?