How to create an effective plot for showing ranges?

Hi everyone, which plot do you believe is the most effective plot for showing a range? for instance showing that a series fluctuates between 450 and 950 with an average of 650? I found this on the net but I wonder how we can reproduce it in MATLAB?
Thanks!

댓글 수: 4

boxplot() would be common for what you describe https://www.mathworks.com/help/stats/boxplot.html
@Walter Roberson yes, absolutely I agree but it's not as visually appealing as the one in the link
I do not recall having encountered a plot in MATLAB that looks like what the blog author constructs in Excel.
It would be possible to construct it in MATLAB using scatter() or plot() to put on the markers, plot() to put on the straight lines, and fill() to fill in the green areas.
@Walter Roberson Thank you so much! I will give it a try and see how it works

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

제품

릴리스

R2020b

질문:

2021년 2월 27일

댓글:

2021년 3월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by