diff --git a/matlab/plot/photomaton.m b/matlab/plot/photomaton.m index dc3dfc5b8ff76c4a9693ba26089d3e576f533ed0..c6c46acb4a32915c4caa6bb06aabc28207bcee94 100644 --- a/matlab/plot/photomaton.m +++ b/matlab/plot/photomaton.m @@ -44,7 +44,9 @@ FIGURE.fig = figure; %set(gcf, 'Position', toplot.DIMENSIONS.*[1 1 Ncols Nrows] xlabel(toplot.XNAME); ylabel(toplot.YNAME); % if i_ > 1; set(gca,'ytick',[]); end; title([sprintf('$t c_s/R=%.0f$',tshot),', max = ',sprintf('%.1e',frame_max)]); - + if OPTIONS.CLIMAUTO + clim('auto') + end end legend(['$',toplot.FIELDNAME,'$']); FIGURE.FIGNAME = [FNAME,'_snaps',TNAME];