Coloring the background of a plot
1 view (last 30 days)
Show older comments
Richard Miller
on 17 Jul 2021
Answered: Walter Roberson
on 17 Jul 2021
I plotted a data set and a phase in a stacked plot with tick marks every 50 units on the x-axis and a grid line at every tick mark. The plot has a lot of features that I need to compare between the top and bottom graphs but I am having a hard time seeing things and I was wondering if there was a way to alternate between gray and white backgrounds for the plot that is between 0 and 50 it would be white, then 50 to 100 would be gray, then 100 to 150 white and so on.
0 Comments
Accepted Answer
Walter Roberson
on 17 Jul 2021
You can use fill(). If you do that first before you plot, the fill will be "below" the lines (but see also the SortOrder property described in http://blogs.mathworks.com )
However, this approach might not work as smoothly as you like if you need to be able zoom or pan to outside the original area and you want the background to continue to be colored for the newly exposed area.
0 Comments
More Answers (0)
See Also
Categories
Find more on Line 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!