tshow figure save progress - 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 51393cb9ed22f90975ff388144546e5fba87cd8b
 (DIR) parent f90805f6ae2a6c7493f916d8df5055064c41c633
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue,  1 Dec 2015 09:53:34 +0100
       
       show figure save progress
       
       Diffstat:
         M matlab/generate_plots.m             |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -609,6 +609,7 @@ end
        %% save all figures
        disp('Saving figures')
        for i=1:length(fh)
       +    disp(['Saving figure ' num2str(i) ' of ' num2str(length(fh))])
            figure_save_multiformat(fh(i), ...
                strcat(save_file, '-', num2str(i)), ...
                formats);