Changeset 2652


Ignore:
Timestamp:
11/13/09 09:26:28 (15 years ago)
Author:
ala
Message:

call gca instead of gcf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Exp/expmaster.m

    r2638 r2652  
    7676        set(gcf,'Renderer','zbuffer'); %fixes a bug on Mac OS X (not needed in future Matlab version)
    7777        P=get(gcf,'position');
    78         F=getframe(gcf);
     78        F=getframe(gca);
    7979        F=F.cdata;
    8080        %get current axis
Note: See TracChangeset for help on using the changeset viewer.