twrite exhumation plots to separate figures - 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 000a68a18ee5e61eb9ecec62d3682d35d2a236b2
(DIR) parent dae30a0a6003a33a4547f294c526eaf91483322e
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 23 Nov 2015 14:38:19 +0100
write exhumation plots to separate figures
Diffstat:
M matlab/generate_plots.m | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
t@@ -511,10 +511,14 @@ linkaxes(axh,'x')
%% Exhumation history from InspectDepthConcTracks_True_plot.m
disp('Exhumation history');
-fh = [fh;figure('visible', show_figures)];
+%fh = [fh;figure('visible', show_figures)];
for iwalk = 1:Nwalkers
% iwalk=input(['What iwalk?[1..',num2str(length(Ss)),']']),
- subplot(Nwalkers,1,iwalk)
+
+ % if all walker results are written to a single figure, it exceeds
+ % system memory limits
+ %subplot(Nwalkers,1,iwalk)
+ fh = [fh;figure('visible', show_figures)];
lump_MetHas = Ss{iwalk}.lump_MetHas;
fixed_stuff = Ss{iwalk}.fs;