feat(graphs): harmonized label with prose

This commit is contained in:
Sebastian Rust
2026-06-04 19:30:45 +02:00
parent adc6617b91
commit 88e1635781
+1 -1
View File
@@ -20,7 +20,7 @@ p <- ggplot(idts, aes(x = idt_us, colour = bw))
p <- p + stat_ecdf(linewidth = 0.9, pad = FALSE, key_glyph = "rect")
p <- p + scale_x_log10(labels = label_comma())
p <- p + scale_y_continuous(labels = label_pct())
p <- p + scale_colour_viridis_d(end = 0.9, name = "Bottleneck (Gbps)")
p <- p + scale_colour_viridis_d(end = 0.9, name = "Bottleneck (Gbit/s)")
p <- p + labs(x = paste0("Inter-departure time within flow (", label_us(), ")"), y = "CDF")
p <- p + theme_paper()
p <- p + theme(legend.text = element_text(size = rel(0.8)), legend.key.size = unit(6, "pt"))