|
From: Hans-Bernhard B. <HBB...@t-...> - 2013-11-19 20:23:56
|
On 19.11.2013 19:48, Craig DeForest wrote: > Is there a functional difference between these two cases? > > set xrange [0:10] > plot '-' using 1 notitle with lines > > and > > plot [0:10] '-' using 1 notitle with lines Yes. Just "show xrange" after each of those to see for yourself. To answer such questions, you can always "save" the state of gnuplot to a file after such a command in a fresh, interactive session, and compare the resulting files. |