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

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

[Octave-bug-tracker] [bug #32345] drawing an invalid 3D line makes it im


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #32345] drawing an invalid 3D line makes it impossible to draw more lines
Date: Thu, 03 Feb 2011 22:20:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110109 Riverreindeer/3.6.13 (like Firefox/3.6.13)

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

                 Summary: drawing an invalid 3D line makes it impossible to
draw more lines
                 Project: GNU Octave
            Submitted by: jordigh
            Submitted on: Thu 03 Feb 2011 10:20:32 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: In Progress
             Assigned to: jordigh
         Originator Name: Jussi Judin <address@hidden>
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This is a bug reported in Debian

      http://bugs.debian.org/610659

I reproduce the relevant part of the report here:

---------------------------------------------------------------

Drawing a line with 3D coordinates makes it impossible to draw more lines.
Following commands demonstrate this problem:

octave-3.2.4:1> line([0 10], [10 10])
octave-3.2.4:2> line([0 10], [10 10], [])
octave-3.2.4:3> line([0 10], [10 10], [0])
error: number of rows must match (1 != 2) near line 449, column 37
error: called from:
error:   /usr/share/octave/3.2.4/m/plot/__go_draw_axes__.m at line 449,
column 22
error:   /usr/share/octave/3.2.4/m/plot/__go_draw_figure__.m at line 92,
column 3
error:   /usr/share/octave/3.2.4/m/plot/gnuplot_drawnow.m at line 99, column
5
octave-3.2.4:4> line([0 10], [10 10], [])
error: number of rows must match (1 != 2) near line 449, column 37
error: called from:
error:   /usr/share/octave/3.2.4/m/plot/__go_draw_axes__.m at line 449,
column 22
error:   /usr/share/octave/3.2.4/m/plot/__go_draw_figure__.m at line 92,
column 3
error:   /usr/share/octave/3.2.4/m/plot/gnuplot_drawnow.m at line 99, column
5
octave-3.2.4:5> line([0 10], [10 10])
error: number of rows must match (1 != 2) near line 449, column 37
error: called from:
error:   /usr/share/octave/3.2.4/m/plot/__go_draw_axes__.m at line 449,
column 22
error:   /usr/share/octave/3.2.4/m/plot/__go_draw_figure__.m at line 92,
column 3
error:   /usr/share/octave/3.2.4/m/plot/gnuplot_drawnow.m at line 99, column
5

So first line([0 10], [10 10]) draws line correctly, but if I try to draw
that
line again after trying to draw an invalid 3D line, it's not possible any
more.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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