How to plot these kind of line charts as shown in figures ? Any pointer will be helpfull

3 views (last 30 days)

Accepted Answer

Walter Roberson
Walter Roberson on 13 Dec 2023
Those are a mix of plot() and either area or fill or patch() . fill() and patch() are easier to figure out, and have the advantage that transparency can be specified directly at the time the patch is constructed.
  4 Comments
Avijit Paul
Avijit Paul on 16 Dec 2023
Thanks a lot. What I can see in the plot is that there are additional lines after 2015. How to do that ? I mean data size is different.

Sign in to comment.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!