plot shaded areas between two vertical lines

24 visualizaciones (últimos 30 días)
Alex
Alex el 9 de Feb. de 2021
Respondida: Youssif Mosa el 7 de Dic. de 2023
Hello,
I would like to plot a time series with years on x axis and values between 0 and 1 on the y axis. I need to plot on the same graph another series that takes only values 0 an 1 and to shade the areas in which this is equal to 1. Hence I would need vertical lines when the series equals 1 and to shade the areas in which this happens.
Could anyone help me please?
Thank's
  2 comentarios
darova
darova el 9 de Feb. de 2021
DId you try patch?
Adam Danz
Adam Danz el 9 de Feb. de 2021
... or fill() but I lean toward using patch() as darova recommended.

Iniciar sesión para comentar.

Respuestas (1)

Youssif Mosa
Youssif Mosa el 7 de Dic. de 2023
since 2023a you can use function xregion.

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by