view savepng.m @ 177:c3378418d49a feature/grids

Updated equidistant and equidistantCurve to set the scaling of grids.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 29 Feb 2016 14:55: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