[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #30564] Can't draw five- or six-pointed star,
From: |
Steve Chapel |
Subject: |
[Octave-bug-tracker] [bug #30564] Can't draw five- or six-pointed star, left or right triangle markers on plots |
Date: |
Tue, 27 Jul 2010 14:00:54 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.6.7-1.fc13 Firefox/3.6.7 |
URL:
<http://savannah.gnu.org/bugs/?30564>
Summary: Can't draw five- or six-pointed star, left or right
triangle markers on plots
Project: GNU Octave
Submitted by: schapel
Submitted on: Tue 27 Jul 2010 02:00:53 PM GMT
Category: None
Severity: 3 - Normal
Item Group: Feature Request
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 3.2.4
Operating System: GNU/Linux
_______________________________________________________
Details:
The following code:
x = linspace(0, 2*pi, 50);
plot(x, sin(x), "p", x, cos(x), "h", x, sin(2*x)+cos(3*x), "<", x, x/3,
">");
pause;
should draw four lines with different markers: 5-pointed star, 6-pointed
star, left triangle, and right triangle, respectively. Instead, the plot is
drawn with markers of square, diamond, down triangle, and up triangle,
respectively.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30564>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #30564] Can't draw five- or six-pointed star, left or right triangle markers on plots,
Steve Chapel <=