help-octave
[Top][All Lists]
Advanced

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

Re: gset replacement (encoding)


From: Ben Abbott
Subject: Re: gset replacement (encoding)
Date: Sat, 09 May 2009 22:23:50 -0400


On May 9, 2009, at 1:45 PM, address@hidden wrote:

Ben Abbott <address@hidden> writes:

ok, I don't think Octave is able to produce Umlauts.

Do you have sufficient experience with gnuplot to know what the side-
effects of turning on encoding iso_8859_1 would be?

I never noted any side-effects, only the desired effect of allowing me
to use iso_8859_1 without problems. But I'm just a user, no
programmer.

BTW, I now noted one more problem: How would I replace:

gset key top left

(For key labels!)

Thanks again

Check out "help legend"

        x = 0:0.01:5;
        plot (x, sin(x), x, cos(x))
        legend ("sin(x)", "cos(x)", "location", "northwest")

Ben




reply via email to

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