From b8ff531c27967db8599e541e02e66fec5789ab16 Mon Sep 17 00:00:00 2001 From: jakebeal Date: Fri, 23 Mar 2018 06:29:21 -0500 Subject: [PATCH] green shows up better than yellow --- 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 3ea3d32..ebb835c 100644 --- a/template_analysis/batch_template.m +++ b/template_analysis/batch_template.m @@ -54,7 +54,7 @@ % Make output plots TASBEConfig.set('OutputSettings.StemName','LacI-CAGop'); TASBEConfig.set('OutputSettings.FixedInputAxis',[1e4 1e10]); -plot_batch_histograms(results,sampleresults,{'b','y','r'},CM); +plot_batch_histograms(results,sampleresults,{'b','g','r'},CM); [statisticsFile, histogramFile] = serializeBatchOutput(file_pairs, CM, AP, sampleresults);