cosmo

Front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
git clone git://src.adamsgaard.dk/cosmo
Log | Files | Refs | README | LICENSE

commit c0c64daf5eae7b969be6bf7cd4019e781de7177b
parent 9c674c286bd3449fcf7bb878c92299dc8eff0bcb
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri, 23 Oct 2015 13:51:17 +0200

typeset O as text

Diffstat:
Mmatlab/generate_plots.m | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m @@ -224,7 +224,7 @@ for i1 = 1:M % for each model parameter text(0.02,0.98,'c', 'Units', ... 'Normalized', 'VerticalAlignment', 'Top') elseif i1 == 4 - xlabel('$\delta^{18} O_\mathrm{threshold}$', ... + xlabel('$\delta^{18}$O$_\mathrm{threshold}$', ... 'Interpreter', 'LaTeX') text(0.02,0.98,'d','Units', ... 'Normalized', 'VerticalAlignment', 'Top')