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

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

[Octave-bug-tracker] [bug #57259] parse error in TeX interpreter leads t


From: Rik
Subject: [Octave-bug-tracker] [bug #57259] parse error in TeX interpreter leads to later error in legend()
Date: Mon, 18 Nov 2019 17:43:27 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

URL:
  <https://savannah.gnu.org/bugs/?57259>

                 Summary: parse error in TeX interpreter leads to later error
in legend()
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Mon 18 Nov 2019 02:43:25 PM PST
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Code to reproduce:


close all
x = 0:0.1:10;
plotyy (x, sin (x), x, cos (x))
legend ("sin(x)" , "cos{x)") 
TeX parse error: syntax error
TeX parse error: syntax error
TeX parse error: syntax error
legend ("sin(x)" , "cos(x)") 
error: set: unknown axes property __legend_handle__
error: called from
    legend at line 198 column 7


The first call to legend had a typo--a '{' instead of a '('--which caused the
TeX parser to throw an error.  The legend, however, was correctly created. 
When I went to correct the text by calling legend again I got an error which I
don't think is correct.





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57259>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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