Mercurial > repos > public > sbplib
view savepng.m @ 126:54055b32d516
Changed evolve so that it always stops as close to tend as possible.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 01 Feb 2016 17:08:19 +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