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

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

[Octave-bug-tracker] [bug #53436] position and scaling wrong in plot-fun


From: Hans
Subject: [Octave-bug-tracker] [bug #53436] position and scaling wrong in plot-function
Date: Fri, 23 Mar 2018 02:43:50 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?53436>

                 Summary: position and scaling wrong in plot-function
                 Project: GNU Octave
            Submitted by: alzi123
            Submitted on: Fri 23 Mar 2018 06:43:49 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: alzi123
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Try this ...

axis are displayed as horizontal line only:
y=1E8+rand(1,100); plot(y);

the position of the plot is totally out of the center position:
y=1E7+rand(1,100); plot(y);

I noticed this behaviour dealing with the datenum function which gives vectors
with huge offsets and small differences.
 







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53436>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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