Small Value bars are missing in bar graph.

조회 수: 6 (최근 30일)
wasim hassan
wasim hassan 2020년 9월 16일
편집: Abdolkarim Mohammadi 2020년 9월 16일
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).

답변 (1개)

Abdolkarim Mohammadi
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;

카테고리

Help CenterFile Exchange에서 Bar Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by