XTickLabel for large number of bars

2 visualizaciones (últimos 30 días)
Yuki Himekawa
Yuki Himekawa el 26 de Ag. de 2014
Respondida: José-Luis el 26 de Ag. de 2014
I'm trying to label each of the bar on the X axis (say bar apple, orange, grape, etc.) using bar() and XTickLabel. The code works fine until 15 bars but after that, the x tick label doesn't work properly getting spread out and I need to plot much more than that. Currently I'm coding it as
bar([data1' data2' data3']);
set(gca,'XTickLabel',{'Apple','Orage','Grape',...});
Is there a way to use XTickLabel for large number of bars? Or some other method I can use?

Respuestas (1)

José-Luis
José-Luis el 26 de Ag. de 2014
You could use a smaller font or make the text vertical.
<http://www.mathworks.com/help/symbolic/mupad_ref/tickslabelstyle.html>

Categorías

Más información sobre Labels and Annotations 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!

Translated by