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

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

[Octave-bug-tracker] [bug #60621] unclear error message in case of missi


From: anonymous
Subject: [Octave-bug-tracker] [bug #60621] unclear error message in case of missing final semicolon in 'plot' command argument
Date: Mon, 17 May 2021 07:11:41 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0

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

                 Summary: unclear error message in case of missing final
semicolon in 'plot' command  argument
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 17 May 2021 11:11:40 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Sergei Steshenko
        Originator Email: sergstesh@yahoo.com
             Open/Closed: Open
                 Release: 4.2.2
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Please see the following screen session:

"
octave:4> plot(1:2, 1:2, "-;y")
error: plot: properties must appear followed by a value
error: called from
    __plt__ at line 96 column 15
    plot at line 223 column 10
octave:4>
".

The problem is missing semicolon after 'y', i.e. the proper command should be

plot(1:2, 1:2, "-;y;")
.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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