Skip to content

Commit 3c9908a

Browse files
authored
Merge pull request #34 from TASBE/coverney.issue214
Edited batch template for issue 214
2 parents 552aa39 + 9fada39 commit 3c9908a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

template_analysis/batch_template.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
% Make output plots
5555
TASBEConfig.set('OutputSettings.StemName','LacI-CAGop');
5656
TASBEConfig.set('OutputSettings.FixedInputAxis',[1e4 1e10]);
57-
plot_batch_histograms(results,sampleresults,{'b','g','r'},CM);
57+
plot_batch_histograms(results,sampleresults,CM); % linespecs obtained from CM
58+
% can enter own linespecs for plot_batch_histograms:
59+
% plot_batch_histograms(results,sampleresults,CM,{'b','g','r'});
5860

5961
[statisticsFile, histogramFile] = serializeBatchOutput(file_pairs, CM, AP, sampleresults);
6062

0 commit comments

Comments
 (0)