diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-08-26 02:43:00 -0300 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-08-26 02:43:00 -0300 |
commit | ffe23333ce856acd3deffa9f86fca952baff0a61 (patch) | |
tree | 8047f88d688a5fa3df36895787ac1feada455c71 | |
parent | 219f0606fdd69f8a7dabcad7d0d15f3620b1ed27 (diff) |
Updated Ys to Y'.
-rw-r--r-- | plot.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) + |