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

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

[Octave-bug-tracker] [bug #36094] plot problem


From: anonymous
Subject: [Octave-bug-tracker] [bug #36094] plot problem
Date: Wed, 04 Apr 2012 22:53:41 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; Creative AutoUpdate v1.40.01)

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

                 Summary: plot problem
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 04 Apr 2012 10:53:39 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ron Evans
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Given the following code:

for i=1:10
   y(i)=i;
   x(i)=now;
end
plot(x,y);

The plot will be rendered as a vertical line, even if
followed by datetick('x',13).  Tested on Matlab and it
works fine.  

Using x(i)=rem(now,1)... just the remainder, plots fine.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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