i have a program and this program has output values and i wanna draw a 2D graph for these outputs. How can i achieve this?
how to plot graph on c
Collapse
X
-
Originally posted by ardathx for ur help firstly i have downloaded it before but i dont understand how i will use it . should i make a output from my own program ? and then use this file with gnuplot? has gnuplot a exe file or how is it working?
gnuplot> plot "my_data_file.d at"
Yes, gnuplot is a stand-alone program, not a library or something, if that's what you mean.
I never used gnuplot under Windows, though ...Comment
Comment