help-octave
[Top][All Lists]
Advanced

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

Re: backslash before underscore in plots produced with octave-3.6.4 with


From: Michael Goffioul
Subject: Re: backslash before underscore in plots produced with octave-3.6.4 with 'wxt', 'x11', but not 'qt' terminal
Date: Tue, 4 Jun 2013 09:21:57 -0400

On Mon, Jun 3, 2013 at 5:21 PM, Sergei Steshenko <address@hidden> wrote:
Hello,

if I run the following code:
"
foo_bar = 1:10; plot(foo_bar); set(title("foo_bar"),  "Interpreter", "none");
",
I do see backslash before underscore, i.e. I see 'foo\_bar' when GNUTERM=wxt orGNUTERM=x11, and I do _not_ see the backslash, i.e. I see 'foo_bar', when GNUTERM=qt.

This all is with gnuplot-4.6.2.

Any ideas ?

Assuming the commands sent to gnuplot are independent of the terminal used, the most likely explanation is that it's a problem/bug in gnuplot. Are you able to reproduce the issue in gnuplot, outside of octave?

Michael.


reply via email to

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