Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Graphics program?

Status
Not open for further replies.

svar

Programmer
Aug 12, 2001
349
GR
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top