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

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

[Octave-bug-tracker] [bug #30877] invalid value for array property "cdat


From: Christian Bergstrand
Subject: [Octave-bug-tracker] [bug #30877] invalid value for array property "cdata" when displaying surface
Date: Thu, 26 Aug 2010 15:30:30 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8

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

                 Summary: invalid value for array property "cdata" when
displaying surface
                 Project: GNU Octave
            Submitted by: chbe
            Submitted on: Thu 26 Aug 2010 03:30:29 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

When creating a surface using a matrix of single values it fails with
'invalid value for array property "cdata"', when creating a surface with the
same matrix of doubles it succeds, see below.

octave-3.2.3.exe:48:W:\mxresearch\projects\flow\foreign_object_log
> surface( [ 1 2 ; 4 5 ] )
octave-3.2.3.exe:49:W:\mxresearch\projects\flow\foreign_object_log
> surface( single( [ 1 2 ; 4 5 ] ) )
error: invalid value for array property "cdata"
error: called from:
error:   C:\Octave\3.2.3_gcc-4.4.0\share\octave\3.2.3\m\plot\surface.m at
line 150, column 7
error:   C:\Octave\3.2.3_gcc-4.4.0\share\octave\3.2.3\m\plot\surface.m at
line 51, column 5
error: __go_draw_axes__: invalid grid data
error: called from:
error:  
C:\Octave\3.2.3_gcc-4.4.0\share\octave\3.2.3\m\plot\__go_draw_axes__.m at line
903, column 8
error:  
C:\Octave\3.2.3_gcc-4.4.0\share\octave\3.2.3\m\plot\__go_draw_figure__.m at
line 92, column 3
error:  
C:\Octave\3.2.3_gcc-4.4.0\share\octave\3.2.3\m\plot\gnuplot_drawnow.m at line
91, column 5
octave-3.2.3.exe:49:W:\mxresearch\projects\flow\foreign_object_log
>




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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