Si hallas alguna incompatibilidad en tu código o trabajo, recuerda probar siempre en un ambiente de testing antes subir el código al trabajo final.
Solución:
Puede personalizar la esquiva especificando position = position_dodge(...)
.
ggplot (df, aes(x=z, y=value, fill=variable)) +
geom_bar (stat="identity", position = position_dodge(width = 0.5))
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)