Verticle graphs Lines.

9 visualizaciones (últimos 30 días)
Amardeep Singh
Amardeep Singh el 2 de Sept. de 2018
Respondida: Walter Roberson el 2 de Sept. de 2018
I would like to know the method, like how to put a verticle identifiers for a graph. I am attaching a picture here and I want to display the SF2 and SF3 as mentioned in the graph. any help would be appreciated.

Respuestas (1)

Walter Roberson
Walter Roberson el 2 de Sept. de 2018
You can use annotation('arrow') to draw the arrows, and annotation('text') to put the label there, or text() to put the label there.
Unfortunately it turns out that annotation() is a nuisance to use in data coordinates. Because of that I would recommend instead looking in the File Exchange for the various "arrow" related contributions.

Categorías

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

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by