Skip to content
Snippets Groups Projects
Commit 153061d9 authored by René Schöne's avatar René Schöne
Browse files

Removed axis descriptions, for journal paper revision.

parent c05fec6a
Branches
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment