making a histogram goes wrong
1 次查看(过去 30 天)
显示 更早的评论
hello,
I have made a histogram with certain data. The histogram matches what I need to find, except for those little bars, with the black border around, at the bottom are error. I would like to get rid of them, but I do how and I don't know why they are there
h1=histogram(HartslagInRust(geslacht=='man'),'Normalization','probability')
hold on
h2=histogram(HartslagInRust(geslacht=='vrouw'),'Normalization','probability')
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/458080/image.png)
2 个评论
Cris LaPierre
2020-12-11
Share your data and your code. You can use the paperclip icon to attach files to your post.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!