From 6026a3eaf235b59671ac2437e0c9a4fa8878b856 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 17 May 2021 11:37:21 +0200 Subject: Resolve FIXMEs and TODOs Prompted by the article linked below, for each FIXME/TODO I've either referenced an issue in the tracker, or removed it if it's not worth fixing. https://schleiss.io/plotting-source-code-todos-for-open-source-projects --- scripts/plot-cc-and-scale.R | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/plot-cc-and-scale.R b/scripts/plot-cc-and-scale.R index b67ab058..97c643d3 100644 --- a/scripts/plot-cc-and-scale.R +++ b/scripts/plot-cc-and-scale.R @@ -5,8 +5,6 @@ scale_cc <- read.table("stats.dat", col.names=c("ImageName", "ScaleFactor", "CC")) # scatter plot -# FIXME: sometimes white lines appear on the plot. -# seems to be a bug in smoothScatter smoothScatter(scale_cc$ScaleFactor, scale_cc$CC, nbin=200, xlim=c(0, 2), ylim=c(0, 1), -- cgit v1.2.3