scatterplot: addresses in hex
This commit is contained in:
@ -20,4 +20,7 @@ plot <- ggplot(data, aes(x = benchmark, y = faults, fill = resulttype)) +
|
||||
labs(x = "Benchmark", y = "Faults", fill = "Result Type") +
|
||||
theme_minimal()
|
||||
|
||||
ggsave(paste(experiment, "/single_result.svg", sep = ""), plot = plot)
|
||||
ggsave(
|
||||
paste(experiment, "/single_result.svg", sep = ""),
|
||||
plot = plot,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user