Changeset 14244


Ignore:
Timestamp:
01/14/13 14:21:38 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: need to export using zbuffer to avoir matlab error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/kmlgroundoverlay.m

    r14178 r14244  
    3434
    3535%print image at high resolution
    36 export_fig([kmlroot '/' kmlimagename],'-transparent');
     36export_fig([kmlroot '/' kmlimagename],'-transparent','-zbuffer'); %zbuffer to avoid "Bad data returned by HARDCOPY. Not calling IMWRITE"
    3737%printmodel([kmlroot '/' kmlimagename],kmlimagetype,'trim','on','resolution',kmlresolution,'margin','off','frame','off');
    3838
Note: See TracChangeset for help on using the changeset viewer.