Skip to content

Commit

Permalink
Accidently reverted my batch_template file that contained my fix for …
Browse files Browse the repository at this point in the history
…bug #86. I added another parameter to plot_batch_histograms, the color model.
  • Loading branch information
Lisa Tiberio committed Nov 16, 2017
1 parent 87a3b21 commit f43b7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template_analysis/batch_template.m
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit f43b7e7

Please sign in to comment.