help-octave
[Top][All Lists]
Advanced

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

Re: how to avoid '_' interpretation in plot legend ?


From: Carlo de Falco
Subject: Re: how to avoid '_' interpretation in plot legend ?
Date: Mon, 6 Jul 2009 17:03:48 +0200

2009/7/6 Ben Abbott <address@hidden>:
> You are correct. I missed  the "missing" underscore.
>
> Perhaps someone else can provide a solution?
>

the following workaround seems to work in 3.2.0:

octave-3.2.0:20> plot(1:10, 1:10, "-;;1");
octave-3.2.0:21> legend("foo\\_bar")

HTH,
c.



reply via email to

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