Skip to content

Commit

Permalink
#7 Small updates to default settings for supersize_me mode in xp_hand…
Browse files Browse the repository at this point in the history
…les_newfig.m
  • Loading branch information
davestanley committed Mar 21, 2017
1 parent ebf9f9e commit 3406d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library_plots/xp_handles_newfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
op = struct_addDef(op,'save_figname_path','Figs');
op = struct_addDef(op,'postpend_date_time',true);
op = struct_addDef(op,'supersize_me',false);
op = struct_addDef(op,'supersize_me_factor',3);
op = struct_addDef(op,'supersize_me_factor',2);

% Postpend date/time to save path
if op.postpend_date_time
Expand Down Expand Up @@ -66,7 +66,7 @@
filename = [op.save_figname_prefix num2str(i) ext];

set(h.hf(i),'PaperPositionMode','auto');
tic; print(h.hf(i),'-dpng','-r100','-opengl',fullfile(foldername,filename));toc
tic; print(h.hf(i),'-dpng','-r300','-opengl',fullfile(foldername,filename));toc
end

end
Expand Down

0 comments on commit 3406d5f

Please sign in to comment.