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

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

[Octave-bug-tracker] [bug #35912] Wrong display of carets and underscore


From: Burkart Lingner
Subject: [Octave-bug-tracker] [bug #35912] Wrong display of carets and underscores for interpreter=='none'
Date: Tue, 20 Mar 2012 17:36:35 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0

URL:
  <http://savannah.gnu.org/bugs/?35912>

                 Summary: Wrong display of carets and underscores for
interpreter=='none'
                 Project: GNU Octave
            Submitted by: burkart
            Submitted on: Tue 20 Mar 2012 05:36:34 PM GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Underscores and carets are displayed as "\_" and "\^", respectively, for
interpreter=='none'. Additionally a spurious output appears. Example:


axes
text(0.05, 0.5, 'foo_bar^foo', 'interpreter', 'none')


This produces the output "foo\_bar\^foo" instead of "foo_bar^foo". The
spurious output is


labels = 
{
  [1,1] = foo\_bar^foo
}
labels = 
{
  [1,1] = foo\_bar\^foo
}


The number of "labels" outputs depends on the number of carets and underscores
in the text string. The spurious output re-appears when the figure changes,
e.g. upon


title('foobar')


This bug is specific to graphics_toolkit 'gnuplot' and does not show for
graphics_toolkit 'fltk'.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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