feat(graphs): harmonized label with prose
This commit is contained in:
@@ -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 + stat_ecdf(linewidth = 0.9, pad = FALSE, key_glyph = "rect")
|
||||||
p <- p + scale_x_log10(labels = label_comma())
|
p <- p + scale_x_log10(labels = label_comma())
|
||||||
p <- p + scale_y_continuous(labels = label_pct())
|
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 + labs(x = paste0("Inter-departure time within flow (", label_us(), ")"), y = "CDF")
|
||||||
p <- p + theme_paper()
|
p <- p + theme_paper()
|
||||||
p <- p + theme(legend.text = element_text(size = rel(0.8)), legend.key.size = unit(6, "pt"))
|
p <- p + theme(legend.text = element_text(size = rel(0.8)), legend.key.size = unit(6, "pt"))
|
||||||
|
|||||||
Reference in New Issue
Block a user