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: Thu, 19 Apr 2012 19:52:51 +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 #15, patch #7752 (project octave):

I just did a quick test in Matlab.


figure (1)
clf
a = plot (rand (3));
h = legend ({'line 1', 'line 2', 'line 3'});
figure (2)
copyobj (h, 2)
set (a, 'linestyle', '--')
copyobj (1, 0)
b = findobj (gcf (), 'type', 'axes');
c = findobj (b(2), 'type', 'line');
set (c, 'linestyl', '-')

print -f1 figure1.eps -depsc
print -f2 figure2.eps -depsc
print -f3 figure3.eps -depsc


Then I converted the eps-files to pdf-files, which I've attached. It appears,
from these example, that the listeners/callbacks are not active in the copied
version.



(file #25689, file #25690, file #25691)
    _______________________________________________________

Additional Item Attachment:

File name: figure1.pdf                    Size:3 KB
File name: figure3.pdf                    Size:3 KB
File name: figure2.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]