|
From: Tait <gnu...@t4...> - 2011-06-06 10:14:38
|
> Check it out - http://www.plotshare.com http://www.plotshare.com > ... This looks pretty neat. Of course the first thing I did was: plot '-' with linespoints 1 1 2 1 3 3 4 2 5 2.5 6 3 7 0 8 1 e ... and instead of the image I was expecting, I got: plot '-' with linespoints ^ "temp.plt", line 7: Bad data on line 2 Gnuplot-Script set term png transparent nocrop enhanced set output 'Plot1.png' plot '-' with linespoints reset; I'm not sure why it didn't work, but maybe you can fix it? Thanks for the tool; I look forward to using it. As for a wish-list... maybe syntax highlighting and line numbers in the gnuplot-script section? (But make sure the line numbers don't get in the way of being able to copy-paste the text straight into gnuplot.) |