Skip to content

Commit 157ddec

Browse files
author
jakebeal
committed
remove obsolete plot calls
1 parent a8fe948 commit 157ddec

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

02_flow_compensation/exercises.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@
103103

104104
colorpairfiles = {};
105105
CM = ColorModel(beadfile, blankfile, channels, colorfiles, colorpairfiles);
106-
CM=set_translation_plot(CM, true);
107-
CM=set_noise_plot(CM, true);
108106

109107
TASBEConfig.set('beads.beadModel','SpheroTech RCP-30-5A'); % Entry from BeadCatalog.xls matching your beads
110108
TASBEConfig.set('beads.beadBatch','Lot AA01, AA02, AA03, AA04, AB01, AB02, AC01, GAA01-R'); % Entry from BeadCatalog.xls containing your lot

03_flow_MEFL/exercises.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@
7272
colorpairfiles{2} = {channels{2}, channels{3}, channels{1}, [colordata '2012-03-12_mkate_EBFP2_EYFP_P3.fcs']};
7373
colorpairfiles{3} = {channels{2}, channels{1}, channels{3}, [colordata '2012-03-12_mkate_EBFP2_EYFP_P3.fcs']};
7474
CM = ColorModel(beadfile, blankfile, channels, colorfiles, colorpairfiles);
75-
CM=set_translation_plot(CM, true);
76-
CM=set_noise_plot(CM, true);
7775

7876
TASBEConfig.set('beads.beadModel','SpheroTech RCP-30-5A'); % Entry from BeadCatalog.xls matching your beads
7977
TASBEConfig.set('beads.beadBatch','Lot AA01, AA02, AA03, AA04, AB01, AB02, AC01, GAA01-R'); % Entry from BeadCatalog.xls containing your lot
@@ -86,7 +84,6 @@
8684
CM=set_dequantization(CM, 1); % important at low levels
8785
TASBEConfig.set('beads.rangeMin', 1); % Don't consider beads less than this 10^1 amount
8886
% Things we'll talk about in the next section...
89-
CM=set_translation_plot(CM, true);
9087
TASBEConfig.set('colortranslation.channelMinimum',[2,2,2]);
9188
% and build it!
9289
CM = resolve(CM); % plots1

0 commit comments

Comments
 (0)