octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #34938] Can't display text with underscore wit


From: Rik
Subject: [Octave-bug-tracker] [bug #34938] Can't display text with underscore within the property
Date: Wed, 30 Nov 2011 19:16:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Update of bug #34938 (project octave):

                Category:                Plotting => Plotting with gnuplot  

    _______________________________________________________

Follow-up Comment #4:

The plot command seems to be trying to work around gnuplot interpreting the
underscore '_' to mean subscript.  

As a workaround for the original reporter, until something is doen in the plot
function, you can use the legend() function directly.

For example, this works to produce a legend 'A_B' without subscripting.


plot (1:10);
legend ('A_B');  # Result is 'A_B'



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34938>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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