Mercurial > repos > public > sbplib
view savepng.m @ 130:9797a74a94ec
Added a class for replacable strings. Works with linebreaks.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 04 Feb 2016 16:29: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