With this data:
tibble::tribble(
~Part, ~PS, ~PD, ~AU, ~VO, ~PL,
"PS", 71L, 15L, 8L, 1L, 25L,
"PD", 2L, 65L, 5L, 2L, 25L,
"AU", 20L, 12L, 80L, 3L, 45L,
"VO", 7L, 8L, 7L, 94L, 5L
)
It's possible do this graph with ggplot2? Don't see the way...
Thanks in advance