help-octave
[Top][All Lists]
Advanced

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

Re: backslash before undescore on plots


From: Ben Abbott
Subject: Re: backslash before undescore on plots
Date: Thu, 28 Jun 2012 13:55:09 -0400

On Jun 28, 2012, at 11:44 AM, Sergei Steshenko wrote:

> Hello,
> 
> doing this:
> 
> "
> 
> octave:3> figure(1)
> octave:4> set_title("foo_bar", "Interpreter", "none");
> error: `set_title' undefined near line 4 column 1
> octave:4> set(title("foo_bar"), "Interpreter", "none");
> labels =
> {
>   [1,1] = foo\_bar
> }
> octave:5>   
> "
> 
> on my plot window I see
> 
> foo\_bar
> 
> as title - rather than the expected foo_bar which I used to see in 
> octave-3.4.*.
> 
> Is it supposed to be this (with backslash) way ?
> 
> Thanks,
>   Sergei.

The backslash should only be used when "interpreter" is set to "tex".A

Please file a bug report.

        https://savannah.gnu.org/bugs/?group=octave

Ben


reply via email to

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