« Return to Thread: how to avoid '_' interpretation in plot legend ?

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

by Carlo de Falco-2 :: Rate this Message:

Reply to Author | View in Thread

2009/7/6 Ben Abbott <bpabbott@...>:
> 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.

_______________________________________________
Help-octave mailing list
Help-octave@...
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

 « Return to Thread: how to avoid '_' interpretation in plot legend ?