Adjust the vertical and horizontal alignment of the label of xline function

68 vues (au cours des 30 derniers jours)
alpedhuez
alpedhuez le 7 Août 2021
Commenté : alpedhuez le 9 Août 2021
xline function is nice.
There is an example of "Adjust the vertical and horizontal alignment of the label" at https://www.mathworks.com/help/matlab/ref/xline.html
Following an example in the online document, I have created an example. Although I can draw the plot, the label is not aligned in the middle as it should be.
I have attached a screenshot. What is wrong?

Réponse acceptée

Dave B
Dave B le 7 Août 2021
Modifié(e) : Dave B le 7 Août 2021
This would be much easier to diagnose if you put your code in the question instead of a picture, but I belive you used a number 1 for defining x1, and a letter L for setting the property.
x1=xline(...)
and
xl.LabelVerticalAlignment
make sure you use the same variable name and it should work!
(suspicion confirmed by zooming in):
  3 commentaires
Dave B
Dave B le 7 Août 2021
No problem, I think anyone who's written some code has run into an l(L) vs 1(one) vs I(i) issue before!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Tags

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by