view savepng.m @ 129:0a881a3dc9a9

Cleaned up the code for minors.
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 03 Feb 2016 17:41:46 +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