Mercurial > repos > public > sbplib
view savepng.m @ 173:f7bb2a94d291 feature/grids
Added functionallity for storing grid scaling on structured grids.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 26 Feb 2016 16:06:03 +0100 |
parents | 7e7f90e4954e |
children | 125c51e4dca8 |
line wrap: on
line source
function savepng(h, filename, dpi) print(h,filename,'-dpng',sprintf('-r%d',dpi)); % Let print size in inches as input parameter % Smaller boundingbox end