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

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

[Octave-bug-tracker] [bug #32701] Incorrect plot - missing row


From: anonymous
Subject: [Octave-bug-tracker] [bug #32701] Incorrect plot - missing row
Date: Mon, 07 Mar 2011 16:38:09 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6

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

                 Summary: Incorrect plot - missing row
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mo 07 Mär 2011 16:38:08 UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Moritz Berg
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Maschine: Intel Core 2 Duo E6600 2.00GB RAM
XP Professional Sp3
Cygwin 1.7.8-1
Octave 3.4
Gnuplot 4.4

The first row will not be drawed!
(possibly a problem of floating point condition?)

x = [10:2:30];
y = [7.1:0.1:7.5];
z = [1:11;2:12;3:13;4:14;5:15];
surf (x,y,z)
-> Plot missing: y = 7.1

x = [11:1:14];
y = [7.1:0.1:7.3];
z = [1:4;2:5;3:6];
surf (x,y,z)
-> Plot missing y = 7.1

x = [11:1:14];
y = [7.2:0.1:7.4];
z = [1:4;2:5;3:6];
surf (x,y,z)
-> Plot  y = 7.2 exist
The first row is drawed!

----------------------------------
the same with:

Linux Debian 5.0 Kernel 2.6.26 
(Lenny live)
gnuplot_4.2.2-1.2
octave 3.0.1:3.0.1-6lenny3

x = [10:2:30];
y = [7.1:0.1:7.5]
z = [1:11;2:12:3:13;4:14;5:15];
surf (x,y,z)
-> Plot missing: y = 7.1

x = [11:1:14];
y = [7.1:0.1:7.3];
z = [1:4;2:5;3:6];
surf (x,y,z)
-> Plot missing y = 7.1

x = [11:1:14];
y = [7.2:0.1:7.4];
z = [1:4;2:5;3:6];
surf (x,y,z)
-> Plot  y = 7.2 exist



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mo 07 Mär 2011 16:38:08 UTC  Name: foo1.pdf  Size: 5kB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=22848>
-------------------------------------------------------
Date: Mo 07 Mär 2011 16:38:08 UTC  Name: foo2.pdf  Size: 5kB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=22849>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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