diff --git a/trainbenchmark/trainbenchmark-reporting/individual.R b/trainbenchmark/trainbenchmark-reporting/individual.R index e0238176c5a9f02ba53e0d90a8a45f563078ce9a..3ccd1b0631cbc9351f98824576bc803aaf50706f 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",