scatterplot: addresses in hex

This commit is contained in:
2026-04-23 17:55:57 +02:00
parent 59e36f6a7f
commit 7bd3d205c9
2 changed files with 11 additions and 2 deletions

View File

@ -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,
)