LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   graph plotting in c/c++ (https://www.linuxquestions.org/questions/programming-9/graph-plotting-in-c-c-280220/)

vrdhananjay 01-20-2005 03:01 PM

graph plotting in c/c++
 
hi

my c code generates a data string.
what i simply want to do is to plot a continous curve/graph as a position vs. amplitude graph.

in another similar case, i want to do a dot plot for matches in two strings. i have generated the data, but doing the dot plots is the issue...

kindly help...

thanx in advance
dhananjay

mjrich 01-20-2005 08:11 PM

Quote:

in another similar case, i want to do a dot plot for matches in two strings. i have generated the data, but doing the dot plots is the issue...

Well, why not simply use something like Gnuplot ? (Also see http://t16web.lanl.gov/Kawano/gnuplo...o/index-e.html for some very useful not-so-FAQ's). For open source plotting of scientific data, it's pretty hard to beat.

Cheers,

mj


All times are GMT -5. The time now is 01:40 PM.