Plotting confidence interval with bar plot
古いコメントを表示
Hi all,
I have the following graph, and I want to plot the mean and standard deviation (in grey) such that the these lines fit exactly to my x-axis bars. I would really like the grey shaded region to be a straight horizontal line in the region behind hte bars themselves, and only "slope" in the spaces between. Is there a way that I can do this?
4 件のコメント
Gaurav Garg
2020 年 6 月 9 日
Hey Amy!!
it's very unclear by 'these lines fit exactly to my x-axis bars' because the plot of mean doesn't need to be a line and would plot the means on each point.
Could you elaborate a little more on your question, and also give an example (if possible) for better understanding?
Amy Hassett
2020 年 6 月 9 日
Gaurav Garg
2020 年 6 月 9 日
How are you plotting the black line and grey shaded area?
Amy Hassett
2020 年 6 月 10 日
採用された回答
その他の回答 (1 件)
Gaurav Garg
2020 年 6 月 12 日
0 投票
Hey Amy,
The grey shaded region seem to have varying y-values for the respective x-values.
What is evident from your code is that norm_WT_std2_SH_allInfo is an array of dimensions m*3, and borders of the shaded region are plotted using the second and third columns of the array. So, I would suggest you to look into the values in this array and change them (if needed) to make your grey shaded region to be a straight horizontal region.
The needed changes can be understood as -
You can plot any line parallel to x-axis if the y-value at each x-point for the line is 0.
カテゴリ
ヘルプ センター および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
