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

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

[Octave-bug-tracker] [bug #65431] crash after hgload certain data


From: Hg200
Subject: [Octave-bug-tracker] [bug #65431] crash after hgload certain data
Date: Sun, 10 Mar 2024 19:54:43 -0400 (EDT)

Follow-up Comment #67, bug #65431 (group octave):

I have a question here, since building the documentation on changeset
33185:4eba030c0edc (default branch) throws warnings. It is coming from the
hist function, that calls bar:

bar ([0.1;0.3;0.5;0.7], [3;10;18;4], "hist")
warning: opengl_renderer: cdata does not match number of faces or number of
vertices per face.  Not rendering.

What is happening is:

xb = [0   2   4   6;
      0   2   4   6;
      2   4   6   8;
      2   4   6   8];

yb = [0    0    0    0;
      3   10   18    4;
      3   10   18    4;
      0    0    0    0];

cd = [1; 1; 1; 1];

patch (xb, yb, cd);

This code fails. But it passes when cdata is transposed. Is this intended?





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65431>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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