labels are hidden behind the plot
    3 ビュー (過去 30 日間)
  
       古いコメントを表示
    
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
      
      
 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 Center および File Exchange で Annotations についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

