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

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

[Octave-bug-tracker] [bug #48195] missing getframe function


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #48195] missing getframe function
Date: Tue, 14 Jun 2016 18:57:34 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #9, bug #48195 (project octave):

Hmm, does not work on Windows (original patch):

>> hh = figure ();
>> hg = plot ([1:9], 'm')
hg = -6.4752
>> grid
>> ishandle (hg)
ans = 1
>> isfigure (hh)
ans = 1
>> im = __get_frame__ (hh);
>> imshow (im)


shows a completely black plot save for a few colored pixels in the range
x=[104:115], y=103  (attached)



(file #37475)
    _______________________________________________________

Additional Item Attachment:

File name: t.png                          Size:5 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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