treenable y limits - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
HTML git clone git://src.adamsgaard.dk/cosmo
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit f12d359f541763b09dafe405640865f8795edb02
DIR parent 32ff4c00e858910b495b122931ee9a10c0868844
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 19 Nov 2015 09:58:55 +0100
reenable y limits
Diffstat:
M matlab/generate_plots.m | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
t@@ -490,8 +490,8 @@ xlabel('Age BP [Ma]')
ylabel('Erosion rate [m/Myr]')
axis tight
xlim([min(xs), max(xs)])
-%ylims = get(gca,'YLim');
-%ylim([ylims(1)*0.97, ylims(2)*1.03])
+ylims = get(gca,'YLim');
+ylim([ylims(1)*0.97, ylims(2)*1.03])
% deglaciation timing
plot([t_degla_med, t_degla_med], get(gca,'YLim'), 'k--');