aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-08-26 02:43:00 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2016-08-26 02:43:00 -0300
commitffe23333ce856acd3deffa9f86fca952baff0a61 (patch)
tree8047f88d688a5fa3df36895787ac1feada455c71
parent219f0606fdd69f8a7dabcad7d0d15f3620b1ed27 (diff)
Updated Ys to Y'.
-rw-r--r--plot.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot.R b/plot.R
index 72f4479..7312236 100644
--- a/plot.R
+++ b/plot.R
@@ -237,7 +237,7 @@ plot.evo.measure <- function(measure, datasets, techniques, output.dir) {
p <- ggplot(measure.df) +
background_grid(major="xy", minor="none") +
theme(legend.position="right") +
- labs(x=paste(measure$name.pretty, "(Ys)", sep=" "),
+ labs(x=paste(measure$name.pretty, "(Y')", sep=" "),
y=paste(measure$name.pretty, "(Y)", sep=" ")) +
geom_point(aes(x=x, y=y, color=tech, shape=dataset), alpha=0.8, size=1.5) +
geom_path(aes(x=x, y=y, color=tech, group=key)) +