|
From: Brady M. <bra...@gm...> - 2010-11-03 16:46:25
|
gnuplot-info, I want to use gnuplot for plotting some numerical simulations I am running. I am considering spawning a gnuplot process and sending formatted output to the stdin of gnuplot. I kind of like this situation b/c it keeps the computation and visualization loosely coupled. However, I wonder if there is a better way to share large arrays of data (a numerical grid) rather than formatting it and sending it textually to gnuplot's stdin. Your thoughts? Brady P.S. I posed this exact question on #gnuplot on freenode, sorry if I missed your reply there. |