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

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

[Octave-patch-tracker] [patch #7762] new function - findfigs


From: Ben Abbott
Subject: [Octave-patch-tracker] [patch #7762] new function - findfigs
Date: Fri, 20 Apr 2012 17:59:10 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.163 Safari/535.19

Follow-up Comment #1, patch #7762 (project octave):

Add a demo?


%!demo
%! h = gcf ();
%! ps = get (0, "screensize");
%! pf = get (gcf (), "position") + [ps(3:4), 0, 0];
%! close (h)
%! figure (h, "position", pf)
%! surf (peaks ())
%! findfigs ()


Also, please mention the new function in NEWS, and remove it from
unimplemented.m


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7762>

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




reply via email to

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