Skip to content

Commit 9fada39

Browse files
author
Cassandra Overney
committed
Edited batch template for issue 214
Had to modify the batch template in the tutorial in order to work with newer version of ```plot_batch_histograms.m```.
1 parent 552aa39 commit 9fada39

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)