Error bars in a different scale
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I would like to add an additional scale for my errorbars, as their value is much smaller than my values in the y-axis. As well, is it possible to add a legend only for the errorbars? Thank you very much in advance.
0 commentaires
Réponse acceptée
Jan
le 8 Fév 2017
It will look rather confusing if the scale of the error bars differ from the values. But you can simply multiply the values of the errors by a factor.
Do you mean:
e = errorbar(x,y,err)
legend(e, 'Error bar')
?
1 commentaire
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Errorbars dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!