Fix label

This commit is contained in:
Quentin 2019-09-16 23:10:35 +02:00
parent f4c500f22d
commit 3c7334daff

View file

@ -67,7 +67,7 @@ v4 <- ggplot(data = links_down_at_least_once2, aes(x = sorting, y=down_ratio)) +
scale_y_continuous(labels = scales::percent) +
scale_fill_grey() +
ylab("Cumulated downtime") +
xlab("Links sorted from most to less downtime") +
xlab("Sorted links") +
theme_classic()
downtime <- sqldf(
@ -84,7 +84,7 @@ v5 <- ggplot(data = downtime, aes(x=sorting, y=dur)) +
geom_violin() +
scale_y_log10() +
ylab("Downtime duration (in sec)") +
xlab("Links sorted from most to less downtime") +
xlab("Sorted links") +
theme_classic()
gobal_links <- sqldf(