Skip to content
Snippets Groups Projects
Commit 7979b063 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

new option to change color limits

parent ed999c3b
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,9 @@ FIGURE.fig = figure; %set(gcf, 'Position', toplot.DIMENSIONS.*[1 1 Ncols Nrows] ...@@ -44,7 +44,9 @@ FIGURE.fig = figure; %set(gcf, 'Position', toplot.DIMENSIONS.*[1 1 Ncols Nrows]
xlabel(toplot.XNAME); ylabel(toplot.YNAME); xlabel(toplot.XNAME); ylabel(toplot.YNAME);
% if i_ > 1; set(gca,'ytick',[]); end; % if i_ > 1; set(gca,'ytick',[]); end;
title([sprintf('$t c_s/R=%.0f$',tshot),', max = ',sprintf('%.1e',frame_max)]); title([sprintf('$t c_s/R=%.0f$',tshot),', max = ',sprintf('%.1e',frame_max)]);
if OPTIONS.CLIMAUTO
clim('auto')
end
end end
legend(['$',toplot.FIELDNAME,'$']); legend(['$',toplot.FIELDNAME,'$']);
FIGURE.FIGNAME = [FNAME,'_snaps',TNAME]; FIGURE.FIGNAME = [FNAME,'_snaps',TNAME];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment