From f43b7e7d021df399099d7d632e35dec55c1b42a9 Mon Sep 17 00:00:00 2001 From: Lisa Tiberio Date: Thu, 16 Nov 2017 11:55:04 -0500 Subject: [PATCH] Accidently reverted my batch_template file that contained my fix for bug #86. I added another parameter to plot_batch_histograms, the color model. --- template_analysis/batch_template.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template_analysis/batch_template.m b/template_analysis/batch_template.m index 689e265..81bfa5c 100644 --- a/template_analysis/batch_template.m +++ b/template_analysis/batch_template.m @@ -50,7 +50,7 @@ % Make output plots OS = OutputSettings('LacI-CAGop','','','plots'); OS.FixedInputAxis = [1e4 1e10]; -plot_batch_histograms(results,sampleresults,OS,{'b','y','r'}); +plot_batch_histograms(results,sampleresults,OS,{'b','y','r'},CM); save('LacI-CAGop-batch.mat','AP','bins','file_pairs','OS','results','sampleresults');