Borrar filtros
Borrar filtros

How to set different background color for differnt rigion of the figure?

2 visualizaciones (últimos 30 días)
zzzhhh
zzzhhh el 17 de Sept. de 2016
Respondida: Image Analyst el 17 de Sept. de 2016
I want to draw a plot figure in which the rectangular background region corresponding to x-coordinate [1, 100] has a red color, [101, 150] has a blue color and [151, 220] has a green color. This thread proposes a method to set background color but it only sets the whole background of the plot. Is it possible to set different part of the background with different color? Thanks a lot!

Respuestas (1)

Image Analyst
Image Analyst el 17 de Sept. de 2016
You can get the y limits using ylim(), then you can use patch(), fill(), or rectangle() to draw different colored rectangles knowing those x ranges and y ranges.

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by