How can I title my bar graph in x-axis?
Mostrar comentarios más antiguos
Hey,
As you know the default for x-axis in the Bar graph is just numbers. Could you please give me a hint how I can replace them by names? e.g. I would like to have a bar graph with the names of months (Jan, Feb, Mar, ...)in the x-axis.
Thank you,
Mehdi
1 comentario
Bharathi
el 22 de En. de 2026
t generate 1000 zeroes
Respuesta aceptada
Más respuestas (2)
Grzegorz Knor
el 30 de Sept. de 2011
bar(1:12)
set(gca,'xticklabel',{'a','b','c','d','e','f','g','h','i','j','k','l'})
Categorías
Más información sobre Discrete Data Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!