Skip to content

Commit f43b7e7

Browse files
author
Lisa Tiberio
committed
Accidently reverted my batch_template file that contained my fix for bug #86. I added another parameter to plot_batch_histograms, the color model.
1 parent 87a3b21 commit f43b7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template_analysis/batch_template.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
% Make output plots
5151
OS = OutputSettings('LacI-CAGop','','','plots');
5252
OS.FixedInputAxis = [1e4 1e10];
53-
plot_batch_histograms(results,sampleresults,OS,{'b','y','r'});
53+
plot_batch_histograms(results,sampleresults,OS,{'b','y','r'},CM);
5454

5555
save('LacI-CAGop-batch.mat','AP','bins','file_pairs','OS','results','sampleresults');
5656

0 commit comments

Comments
 (0)