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

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

[Octave-bug-tracker] [bug #35511] reset (h) function doesn't work at all


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #35511] reset (h) function doesn't work at all
Date: Sat, 21 Jun 2014 15:17:23 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #34, bug #35511 (project octave):

I think the following script shows a proper bug:


hi = image ();
cdat = get (hi, "cdata");
set (hi, "cdata", get (0, "defaultimagecdata"))
assert (cdat, get (hi, "cdata"))


What is in the default image, even its size, doesn't matter, I agree. However,
for consistency with all other graphics primitive, the call to image without
argument should display the default image. 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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