Chart consistency + visual cleanup
This commit is contained in:
@@ -110,14 +110,15 @@ plot <- ggplot(
|
||||
vjust = -0.8,
|
||||
check_overlap = TRUE
|
||||
) +
|
||||
scale_x_log10(name = "Instruction Execution Frequency") +
|
||||
scale_y_log10(name = "Failure-Marker Occurrences") +
|
||||
scale_x_log10(name = "Instruction Executions") +
|
||||
scale_y_log10(name = "Fault Count") +
|
||||
labs(
|
||||
title = sprintf(
|
||||
"Instruction / Fault Correlation (r_raw = %.4f, r_log = %.4f)",
|
||||
cor_raw,
|
||||
cor_log
|
||||
),
|
||||
# title = sprintf(
|
||||
# "Instruction / Fault Correlation (r_raw = %.4f, r_log = %.4f)",
|
||||
# cor_raw,
|
||||
# cor_log
|
||||
# ),
|
||||
title = "Instruction / Fault Correlation",
|
||||
colour = "Mnemonic"
|
||||
) +
|
||||
theme_minimal() +
|
||||
|
||||
Reference in New Issue
Block a user