vertical alignment of x-axis labels in bar charts
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Richard
el 31 de Mzo. de 2024
Comentada: Adam Danz
el 31 de Mzo. de 2024
Is there a way to rotate the category-labels on the x-axis in a bar chart?
I've got this code:
x = ["Spring" "Summer" "Autumn" "Winter"];
y = [1 2 3 4];
bar(x,y)
Thanks.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Bar Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!