URI:
       ttest what happens if subplots are not selected before calling title() - 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 f03efbbd8f932b52b3334ff6eb35722b3143bf8b
   DIR parent 3402cf311188dd0b6a0d8c211d9df58bbd9b7b8f
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 22 Oct 2015 16:13:31 +0200
       
       ttest what happens if subplots are not selected before calling title()
       
       Diffstat:
         M matlab/generate_plots.m             |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -223,15 +223,15 @@ end
        
        %Putting in titles over figure 2:4
        figure(fh(2)); set(fh(2), 'Visible', show_figures)
       -subplot(5,4,2)
       +%subplot(5,4,2)
        title(['Density cross-plots A. Result file = ',save_file],'interp','none')
        
        figure(fh(3)); set(fh(3), 'Visible', show_figures)
       -subplot(5,4,2)
       +%subplot(5,4,2)
        title(['Density cross-plots B. Result file = ',save_file],'interp','none')
        
        figure(fh(4)); set(fh(4), 'Visible', show_figures)
       -subplot(4,Nwalkers,2)
       +%subplot(4,Nwalkers,2)
        %title(['Histograms. Result file =',save_file],'interp','none')
        title('Distribution of model parameter values')