[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63085] Markers not aligned when data values a
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #63085] Markers not aligned when data values are large (but still below flintmax) |
Date: |
Tue, 20 Sep 2022 19:51:01 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?63085>
Summary: Markers not aligned when data values are large (but
still below flintmax)
Project: GNU Octave
Submitter: rik5
Submitted: Tue 20 Sep 2022 04:51:00 PM PDT
Category: Plotting with OpenGL
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Inaccurate Result
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: dev
Discussion Lock: Any
Operating System: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Tue 20 Sep 2022 04:51:00 PM PDT By: Rik <rik5>
The following code produces markers ('+') which are not aligned with the tick
marks on the x-axis.
x = datenum (2022, 08, 21:27);
y = 1:7;
plot (x,y, '+-');
print plotacc.png
file://plotacc.png
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Tue 20 Sep 2022 04:51:00 PM PDT Name: plotacc.png Size: 19KiB By:
rik5
<http://savannah.gnu.org/bugs/download.php?file_id=53734>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63085>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63085] Markers not aligned when data values are large (but still below flintmax),
Rik <=