Changeset 2625 for issm/trunk/src/m/classes/public/printmodel.m
- Timestamp:
- 11/06/09 15:19:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/printmodel.m
r2624 r2625 13 13 set(fig, 'PaperPositionMode', 'auto'); 14 14 15 %InvertHardcopy off imposes MATLAB to use the same colors 16 set(fig, 'InvertHardcopy', 'off'); 17 15 18 %Use higher resolution to anti-alias and use zbuffer to have smooth colors 16 19 print(fig, '-zbuffer', ['-r' num2str(get(0,'ScreenPixelsPerInch')*2)], ['-d' format],filename);
Note:
See TracChangeset
for help on using the changeset viewer.