Mercurial > repos > public > sbplib
diff savepng.m @ 691:527a7b954f26 feature/quantumTriangles
Merge with default
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Thu, 14 Sep 2017 16:00:36 +0200 |
parents | 236744dda401 |
children |
line wrap: on
line diff
--- a/savepng.m Mon Aug 07 13:20:48 2017 +0200 +++ b/savepng.m Thu Sep 14 16:00:36 2017 +0200 @@ -11,11 +11,7 @@ h.PaperUnits = 'centimeters'; h.PaperPosition(3:4) = h.Position(3:4); - % Save as a bugged eps file. print(h,filename,'-dpng',sprintf('-r%d',dpi)); h.Units = handle_units; % Restore the old units - - - end