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

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

[Octave-bug-tracker] [bug #58956] Empty plot for certain xlim / ylim set


From: Hg200
Subject: [Octave-bug-tracker] [bug #58956] Empty plot for certain xlim / ylim settings
Date: Sun, 10 Apr 2022 14:43:40 -0400 (EDT)

Follow-up Comment #32, bug #58956 (project octave):

The Internet is not clear about it, but it seems that it depends on the target
system whether the data is treated internally as a float or a double. Although
the prototype contains double. The code

++
t = now-1:(1/1440):now;
x = -cos(2*pi*t) + rand(size(t))/10;
plot(t,x)
--

looks on my system as in the attached pictures. One image is with the patch
file #49866, the other is without.

(file #53065)

    _______________________________________________________

Additional Item Attachment:

File name: comparison.png                 Size:24 KB
    <https://file.savannah.gnu.org/file/comparison.png?file_id=53065>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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