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

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

[Octave-bug-tracker] [bug #43670] Vertical concetanation of arguments bu


From: anonymous
Subject: [Octave-bug-tracker] [bug #43670] Vertical concetanation of arguments bug in __patch__.m
Date: Sun, 23 Nov 2014 01:47:26 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/38.0.2125.111 Chrome/38.0.2125.111 Safari/537.36

Follow-up Comment #2, bug #43670 (project octave):

Sorry for not originally posting a minimal working example.  I figured it was
straightforward enough to not need explanation.

Any call using a struct tickles the bug.

E.g.

X.vertices = [1 0 0; 0 1 0; 0 0 1];
X.faces = [1 2 3];
patch(X, 'FaceColor', 'blue');


I'm surprised it hasn't been discovered earlier.  It's still in the dev
version (4.1.0+)

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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