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: Sebastian Schubert
Subject: Re: print.m: support of terminal epslatex?
Date: Fri, 01 Jun 2007 21:00:33 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

Soren Hauberg <address@hidden> writes:

> 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", ">=")
>
> Soren


Thanks!

Sebastian



reply via email to

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