Am 24 Apr 2006 um 19:35 hat Fabrizio Caruso geschrieben:
> Hi again!
>
> I found the problem with gnuplot and my code
> by downgrading my gnuplot 4.0.0 to 3.7.2.
>
> My colleague was using gnuplot 3.7.3 which
> does not have
> "unset key"
> "unset xtris"
> "unset ytris"
>
> So, if I want my code to work on 3.7.x versions
> of gnuplot, I must avoit "unset ...".
>
> Nevetheless something equivalent must have been
> possible also in gnuplot 3.7.x.
> Does any of you by chance know how to unset the legend and
> x/y coordinates in gnuplot 3.7.x?
>
> Fabrizio
Hello Fabrizio,
I am surprised. gnuplot 4.0 exists for more than one year and there is still a distribution, that
offers 3.7?
Does downgrading make sence?
Nevertheless, if I remember right the old syntax worked as follows:
4.0:
set blabla
unset blabla
3.7:
set blabla
set noblabla
To unset the legend in 3.7, I guess, it will be 'set nokey'. etc.
There are still some relicts of this kind of syntax in 4.0:
set size ratio -1
set size noratio
Cheers
Volker