tincrease padding around exposure plot - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
(HTM) git clone git://src.adamsgaard.dk/cosmo
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a88fba848cf05480a52238a683d81f9c8eb29220
(DIR) parent 80dd15fe5360ce6e3fa7301b10c08514e6f42aa6
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 18 Nov 2015 16:17:14 +0100
increase padding around exposure plot
Diffstat:
M matlab/generate_plots.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
t@@ -436,7 +436,7 @@ xlabel('Age BP [Ma]')
ylabel('Exposure [%]')
axis tight
xlim([min(xs), max(xs)])
-ylim([-20, 120])
+ylim([-30, 130])
% deglaciation timing
plot([t_degla_med, t_degla_med], get(gca,'YLim'), 'k--');