gset replacement (encoding)

Ben Abbott bpabbott at mac.com
Sat May 9 21:23:50 CDT 2009


On May 9, 2009, at 1:45 PM, Goesele at hfph.mwn.de wrote:

> Ben Abbott <bpabbott at mac.com> 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




More information about the Help-octave mailing list