Adding specifc data labels as text strings

I am creating a strip chart for a client. The top subplot is a track chart. The blue squares are stations. I am trying to insert labels for the squares to indicate the station name. Any help would be much appreciated.

 Réponse acceptée

Star Strider
Star Strider le 31 Mar 2016

0 votes

Use the text function. Each station has to have its own set of (x,y) coordinates.
The text function has several name-value pair options for aligning the text (such as 'HorizontalAlignment' and 'FontSize'), so the rest should be relatively straightforward.

2 commentaires

Dave Stolnis
Dave Stolnis le 31 Mar 2016
Awesome, I'll do a little help file searching on the text function and give that a try. Thanks for the lead brotha.
Star Strider
Star Strider le 31 Mar 2016
My pleasure.
It should be able to do what you want.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by