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

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

[Octave-bug-tracker] [bug #60350] Incorrect plotting of solidline with q


From: anonymous
Subject: [Octave-bug-tracker] [bug #60350] Incorrect plotting of solidline with qt and fltk
Date: Tue, 6 Apr 2021 10:49:52 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0

URL:
  <https://savannah.gnu.org/bugs/?60350>

                 Summary: Incorrect plotting of solidline with qt and fltk
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 06 Apr 2021 02:49:50 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Bernard
        Originator Email: bernard.gelly@live.com
             Open/Closed: Open
                 Release: 6.1.0
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

Line plots rendition in (default) solidline style depends on how big the
numbers are... Does not happen when linestyle is point-like. Does not happen
with gnuplot backend. Does happen with qt and fltk. Try this:

>> version
ans = 6.1.0
>> graphics_toolkit
ans = fltk
>> tn=now:1/864:now+1;   % make some date related (large) numbers
>> plot(tn,'.')          % ok (linear splope, as expected)
>> plot(tn)              % Not ok at all !!!  (broken  line)
>> plot(tn-tn(1))        % Ok again but with smaller number

Happens in:
Windows 6.1.0
Gnu/Linux 4.2.0




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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