c - drawing graphs in ubuntu -
i have c code collects data , places them in 2-d array. plot data on x-y graph (mathematics) automatically i.e. pass data parameters in command line , graph
are there suggestions how so?
gnuplot
need. if want process data before, might want try octave
, aims matlab equivalen (still uses gnuplot frontend graphing).
if want more control, write script in python , use matplotlib.
Comments
Post a Comment