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

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

[Octave-bug-tracker] [bug #32821] __go_draw_axes__: operator *: nonconfo


From: anonymous
Subject: [Octave-bug-tracker] [bug #32821] __go_draw_axes__: operator *: nonconformant arguments
Date: Thu, 17 Mar 2011 15:41:56 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13

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

                 Summary: __go_draw_axes__: operator *: nonconformant
arguments
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 17 Mar 2011 03:41:55 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Alex Mamonov
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When calling trisurf with gnuplot toolkit with something like

> x = rand(100, 1); y = rand(100, 1); z = x.^2 + y.^2;
> tri = delaunay(x, y);
> graphics_toolkit('gnuplot');
> trisurf(tri, x, y, z);

it results in

error: __go_draw_axes__: operator *: nonconformant arguments (op1 is 0x0, op2
is 3x1)
error: called from:
error:   /workspace/LOCAL/OCTAVE/octave-3.4.0/scripts/plot/__go_draw_axes__.m
at line 649, column 30
error:  
/workspace/LOCAL/OCTAVE/octave-3.4.0/scripts/plot/__go_draw_figure__.m at line
167, column 19
error:  
/workspace/LOCAL/OCTAVE/octave-3.4.0/scripts/plot/__gnuplot_drawnow__.m at
line 86, column 5

This is new to 3.4.0, the 3.2.x series works as expected. Using trisurf with
FLTK toolkit in 3.4.0 also works as expected.

If this bug is fixed could you please add a test or demo in trisurf.m
performing the above sequence of commands for both backends.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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