tfix d18O labels - 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 f4b79e447518f809e2106f464ecc90211f8640cd
 (DIR) parent 8e3cc4590beecfd983f4e35ea257067e04a4a948
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon,  9 Nov 2015 18:43:00 +0100
       
       fix d18O labels
       
       Diffstat:
         M index.php                           |       4 +++-
         M matlab/generate_plots.m             |       3 ++-
       
       2 files changed, 5 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/index.php b/index.php
       t@@ -159,7 +159,9 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
                          <div class="card-content">
                              <p>
                              (a) Two-stage glacial-interglacial model based on the
       -                      selected climate record.
       +                      selected climate record, based on the median
       +                      &delta;<sup>18</sup>O<sub>threshold</sub> value from the
       +                      first figure.
                              
                              (b) Timing and duration of glacial and interglacial
                              periods are defined by a threshold value (d18Othreshold)
 (DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -359,7 +359,8 @@ colneg = [1,0,0];
        midvalue = record_threshold_med;
        axh(1)=subplot(3,1,1);
        [~,~,~,i_cross]=fill_red_blue(xs,ys,colpos,colneg,midvalue);
       -ylabel('\delta18O')
       +xlabel('Age BP [Ma]')
       +ylabel('\delta^{18}O')
        axis tight
        axis([-0.1,2.7,3.0,5.2])
        %axis([-0.05,0.3,3.0,5.2])