[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63859] Minor MATLAB incompatibilities on plot
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #63859] Minor MATLAB incompatibilities on plot |
Date: |
Wed, 1 Mar 2023 20:46:21 -0500 (EST) |
URL:
<https://savannah.gnu.org/bugs/?63859>
Summary: Minor MATLAB incompatibilities on plot
Group: GNU Octave
Submitter: None
Submitted: Thu 02 Mar 2023 01:46:19 AM UTC
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 7.1.0
Discussion Lock: Any
Operating System: GNU/Linux
Fixed Release: None
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 02 Mar 2023 01:46:19 AM UTC By: Anonymous
The following works in MATLAB but generates errors in Octave.
plot(rand(10,2));
yticklabels('');
legend({1,2},'location','north east');
Fixes are trivial - change '' to [] in the call to yticklabels and remove the
spacing in 'north east'. MATLAB accepts either.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63859>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63859] Minor MATLAB incompatibilities on plot,
anonymous <=