octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: print.m: support of terminal epslatex?


From: Søren Hauberg
Subject: Re: print.m: support of terminal epslatex?
Date: Fri, 01 Jun 2007 21:56:58 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070403)

Sebastian Schubert skrev:
creates the plot without any need to include it any additional tex file
(customizable with a .cfg file).  This only works with gnuplot 4.2, so
is there any way to check the gnuplot version?
The functions you need are "compare_versions" and "__gnuplot_version__". With these you can check that the gnuplot version is greater than or equal to 4.2 with

  compare_versions(__gnuplot_version__, "4.2", ">=")

Søren


reply via email to

[Prev in Thread] Current Thread [Next in Thread]