From 153061d9aa1478ee53fceec5e30f66e0dfa2914d Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Tue, 15 Oct 2019 14:52:20 +0200 Subject: [PATCH] Removed axis descriptions, for journal paper revision. --- trainbenchmark/trainbenchmark-reporting/individual.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trainbenchmark/trainbenchmark-reporting/individual.R b/trainbenchmark/trainbenchmark-reporting/individual.R index e0238176c..3ccd1b063 100644 --- a/trainbenchmark/trainbenchmark-reporting/individual.R +++ b/trainbenchmark/trainbenchmark-reporting/individual.R @@ -128,7 +128,7 @@ for (scenario in c("inject", "repair")) { for (cpage in 1:6) { p = ggplot(df) + #na.omit(df)) + aes(x = as.factor(Model), y = Time) + - labs(title = paste("Individual query execution time,", phase, "phase"), x = "Model size\n#Elements", y = "Execution times [ms]") + + labs(title = paste("Individual query execution time,", phase, "phase"), x = element_blank(), y = element_blank()) +#, x = "Model size\n#Elements") +#, y = "Execution times [ms]") + geom_point(aes(col = Tool, shape = Tool), size = 2.0) + scale_shape_manual( values = c(1,16, 0,15, 2,17, 5,18, 8,10), labels = c( "Name Lookup", -- GitLab