diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/plot-cc-and-scale.R | 2 |
1 files changed, 0 insertions, 2 deletions
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), |