перенаправить в root для определенного URL-адреса на HAproxy

Используя scale_x_discrete (limits = ...), чтобы указать порядок баров.

positions <- c("Goalkeeper", "Defense", "Striker")
p <- ggplot(theTable, aes(x = Position)) + scale_x_discrete(limits = positions)
0
задан Imran Nababan 29 March 2019 в 09:30
поделиться