Changeset 14178


Ignore:
Timestamp:
12/17/12 16:52:08 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: use export_fig instead of printmodel, and use transparent feature

File:
1 edited

Legend:

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

    r13730 r14178  
    3434
    3535%print image at high resolution
    36 printmodel([kmlroot '/' kmlimagename],kmlimagetype,'trim','on','resolution',kmlresolution,'margin','off','frame','off');
     36export_fig([kmlroot '/' kmlimagename],'-transparent');
     37%printmodel([kmlroot '/' kmlimagename],kmlimagetype,'trim','on','resolution',kmlresolution,'margin','off','frame','off');
    3738
    3839%now write kml file
Note: See TracChangeset for help on using the changeset viewer.