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

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

[Octave-patch-tracker] [patch #7752] Add support for saving and loading


From: Ben Abbott
Subject: [Octave-patch-tracker] [patch #7752] Add support for saving and loading figures
Date: Fri, 20 Apr 2012 17:41:38 +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 #18, patch #7752 (project octave):

The files produced by the script below are attached. It looks like none of the
listeners/callbacks are active for the colorbar.


figure (1)
clf
contour (peaks)
h1 = colorbar ();
figure (2)
clf
h2 = copyobj (h1, gcf ())
set (h2, 'Location', 'WestOutside')

print_pdf (1, 'colorbar1.pdf')
print_pdf (2, 'colorbar2.pdf')




(file #25695, file #25696)
    _______________________________________________________

Additional Item Attachment:

File name: colorbar1.pdf                  Size:7 KB
File name: colorbar2.pdf                  Size:3 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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