Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd vertical padding for erosion rate curve - cosmo - front and backend for Ma…
git clone git://src.adamsgaard.dk/cosmo
Log
Files
Refs
README
LICENSE
---
commit 751bd97031d8e8cbf8e8a234129892e1ba981882
parent 69cb202539fc5cea6b0be5380913234ba851c00f
Author: Anders Damsgaard <[email protected]>
Date: Tue, 10 Nov 2015 11:55:07 +0100
add vertical padding for erosion rate curve
Diffstat:
M matlab/generate_plots.m | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
t@@ -419,6 +419,8 @@ xlabel('Age BP [Ma]')
ylabel('Erosion rate [mm/yr]')
axis tight
xlim([min(xs), max(xs)])
+ylims = get(gca,'YLim');
+ylim([ylims(1)*0.9, ylims(2)*1.1])
hold on
d18Oth = midvalue;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.