Add absolute comparison plot

This commit is contained in:
2026-07-22 11:31:07 +02:00
parent 4797f398d4
commit c84cf026c8
2 changed files with 78 additions and 1 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ plot <- ggplot(
scale_y_log10(name = "Interpreter / C Ratio") +
labs(
title = sprintf("Ratio Correlation (r = %.4f)", cor_result),
color = "Target",
color = "Experiment",
shape = "Marker"
) +
theme_minimal() +