changeset 446:112bac1beb11 feature/grids

Merge with default
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 12 Apr 2017 13:01:57 +0200
parents 3f236a83d8ad (current diff) 236744dda401 (diff)
children ae15b72c16c1
files
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/savepng.m	Sun Mar 19 13:40:52 2017 +0100
+++ b/savepng.m	Wed Apr 12 13:01:57 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