labels are hidden behind the plot

2 次查看(过去 30 天)
Soso
Soso 2021-3-14
I have a problem in plotting my data, the lables are hidden behind the plots, how can I bring the lables to the frond of the plott please?
The code I am using in labelling the month is:
for uu = 2:length(month)
text(month_x_axis(uu),4,month(uu,:),'FontWeight','bold')
end
  3 个评论
Walter Roberson
Walter Roberson 2021-3-14
编辑:Walter Roberson 2021-3-14
what is class(month)?
Why are you using length(month) as the bound instead of size(month, 1)

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by