Coloring the background of a plot

5 views (last 30 days)
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.

Accepted Answer

Walter Roberson
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.

More Answers (0)

Categories

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

Tags

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!