tdecrease line width and use default font size - 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 74cedd1436caf6714e2420a0d876d372a2ea344a
 (DIR) parent 2e2a228672fb8b06e86dbf83877689d1348c03b6
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu,  3 Dec 2015 11:48:23 +0100
       
       decrease line width and use default font size
       
       Diffstat:
         M matlab/generate_plots.m             |      10 ++++++----
       
       1 file changed, 6 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -573,14 +573,16 @@ for iwalk = 1:Nwalkers
            quants(:,:,iwalk) = GetHistgridQuantiles(histgrid,N,fractions,tsfine,zsfine);
            quants2(:,:,iwalk) = GetHistgridQuantiles2(histgrid,N,fractions,tsfine,zsfine);
            
       -    grid on; shading flat; axis tight; set(gca,'fontsize',8); hold on
       +    grid on; shading flat; axis tight; 
       +    %set(gca,'fontsize',8); 
       +    hold on
            % lh(1)=plot(tsfine,quants(1,:,iwalk),'r','linewidth',2)
            % lh(2)=plot(tsfine,quants(2,:,iwalk),'k','linewidth',2)
            % lh(3)=plot(tsfine,quants(3,:,iwalk),'g','linewidth',2)
            
       -    lh2(1)=plot(-tsfine,quants2(1,:,iwalk),'r','linewidth',2); % 25%
       -    lh2(2)=plot(-tsfine,quants2(2,:,iwalk),'k','linewidth',2); % 50%
       -    lh2(3)=plot(-tsfine,quants2(3,:,iwalk),'r','linewidth',2); % 75%
       +    lh2(1)=plot(-tsfine,quants2(1,:,iwalk),'r','linewidth',1); % 25%
       +    lh2(2)=plot(-tsfine,quants2(2,:,iwalk),'k','linewidth',1); % 50%
       +    lh2(3)=plot(-tsfine,quants2(3,:,iwalk),'r','linewidth',1); % 75%
            
            %legend(lh2,'25%','median','75%','location','northwest')
            axis ij