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

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

[Octave-bug-tracker] [bug #49205] clim has four elements for imshow() re


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #49205] clim has four elements for imshow() result
Date: Wed, 28 Sep 2016 09:35:42 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #1, bug #49205 (project octave):

"clim" image property is an internal, hidden, non-documented, non matlab
compatible property, see:


h = image ();
props = fieldnames (get (h));
any (strcmp (props, "clim"))
## -> 0



"clim" is used internally to compute the image parent axes limits, but is not
meant to be used outside the graphics engine. So I think this report can be
closed.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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