Bar and scatter plot together
显示 更早的评论
I have a data file with 9 rows and 5 columns (first column is the x-axis text, and first two rows are just text for my understanding). I want to plot the bar plot of first two columns and plot cross mark for the last two columns exactly on top of first two columns. eg. Cross of (3,4) should be on top of bar of (3,2) and cross of (3,5) should be on top of bar of (3,3)
Can someone help me on this.
回答(1 个)
the cyclist
2017-7-26
0 个投票
There is a plot of this style in the examples at the MATLAB Plot Gallery. I recommend you take a look there, and download the code as a starting point.
类别
在 帮助中心 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!