|
From: Tait <gnu...@t4...> - 2011-11-29 20:09:09
|
There's also: print GPVAL_VERSION print GPVAL_PATCHLEVEL And you can see more with "help variables", "help gnuplot-defined variables", and "show variables all". > gnuplot --version returns the version and patch level which can easily > be intercepted and used. > > John > > > For camparison sometimes i run different versions of gnuplot, lets say 4.0 and 4.2. > > When starting gnuplot display a version string. Is there a way to get this information > > inside a session. I tried 'help version' but that is the same for every version. |