Small Value bars are missing in bar graph.
1 次查看(过去 30 天)
显示 更早的评论
I have two 24x16 matrix. For each row of these matrixs, I am ploting 24 different bar graphs on one figure with same y-axis limit for all graphs. Some of entries of that matrix are very small as compared to others and bars of these small values are missing (as you can see in the figure some bars are not there although matrix entries are not zero at these locations).
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/361357/image.png)
0 个评论
回答(1 个)
Abdolkarim Mohammadi
2020-9-16
编辑:Abdolkarim Mohammadi
2020-9-16
You can add a constant to the bars with small values. For example:
X (X<4) = X (X<4) + 0.2;
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Bar Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!