|
From: Tia G. <ti...@ho...> - 2005-01-18 19:49:10
|
Hey, I am working on using gnuplot in a source code I am modifying. However, in your documentation I couldn't find anything, which said how to pass an array of pointers into gnuplot. For example: I want to pass int *hist[..]; into gnuplot so as to plot a graph using the address of each cell (0,1,2,3....) as the x-axis and the value contained in each as the y-axis. Should I stream the array into a text/binary file and then use the program? I would appreciate your help, Thanks -Tia. _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement |