How to change spacing in tick labels on bar graph

13 次查看(过去 30 天)
My problem is that the labels are not aligned with the bar it corresponds to. Also, some labels were not displayed. Please help.
  1 个评论
dpb
dpb 2016-11-28
Show an example of your data and plot that illustrates the issue. Attach the figure as well would be good...save as .jpg say, and use the colored image button to select/attach it...we're left guessing as to what the real issue is; you can certainly use X values with bar that reflect the positions of the data.

请先登录,再进行评论。

采纳的回答

Preethi
Preethi 2016-11-28
hi,
Use can use XTick and XTicklabel feature.
  3 个评论
VBBV
VBBV 2022-11-13
bar(1:5)
set(gca,'XTick',1:5)
z ={'a','b','c','d','e'}
z = 1×5 cell array
{'a'} {'b'} {'c'} {'d'} {'e'}
set(gca,'XTickLabel',z)

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Printing and Saving 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by