[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #50851] Plot: shorthand versions of markers /
From: |
Ceral Paquet |
Subject: |
[Octave-bug-tracker] [bug #50851] Plot: shorthand versions of markers / colors |
Date: |
Sat, 22 Apr 2017 12:16:47 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0 |
URL:
<http://savannah.gnu.org/bugs/?50851>
Summary: Plot: shorthand versions of markers / colors
Project: GNU Octave
Submitted by: octavebugs
Submitted on: Sat 22 Apr 2017 04:16:46 PM UTC
Category: None
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: 4.2.1
Operating System: GNU/Linux
_______________________________________________________
Details:
There are a few cases where valid (in MATLAB) marker / color combinations do
not work in Octave.
>> plot(1:10,'square') # works
>> plot(1:10,'sq')
error: plot: properties must appear followed by a value
error: called from
__plt__ at line 96 column 15
plot at line 223 column 10
>> plot(1:10,'or') # works
>> plot(1:10,'ored')
error: plot: properties must appear followed by a value
error: called from
__plt__ at line 96 column 15
plot at line 223 column 10
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?50851>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #50851] Plot: shorthand versions of markers / colors,
Ceral Paquet <=