view savepng.m @ 170:62b5f3c34bcb feature/grids

Implemented Curvilinear and equdistantCurvilinear.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 25 Feb 2016 11:10:25 +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