From ffe23333ce856acd3deffa9f86fca952baff0a61 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Fri, 26 Aug 2016 02:43:00 -0300 Subject: Updated Ys to Y'. --- plot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plot.R') 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)) + -- cgit v1.2.3