diff --git a/functions/alternativePlot.m b/functions/alternativePlot.m index 543d6f9..e38bcf8 100644 --- a/functions/alternativePlot.m +++ b/functions/alternativePlot.m @@ -153,7 +153,9 @@ function drawEverything(imageStart, imageEnd, plotStart, plotEnd) signal(i,:) = signal(i,:) + maximum; rgb = cm(round(64/subPlotCols * (i-1)+1),:); plot(signal(i,:), 'Color', rgb); - text(size(signal,2), maximum, num2str(i)) + %text(size(signal,2), maximum, num2str(i)) + + text(plotEnd, maximum, num2str(i)) %plot single components dotted for clusterIdx = cluster{i} cell_sigPlot(clusterIdx,:) = cell_sigPlot(clusterIdx,:) + maximum;