Error bars in a different scale

2 visualizaciones (últimos 30 días)
Auryn_
Auryn_ el 8 de Feb. de 2017
Editada: Auryn_ el 30 de Mayo de 2018
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.

Respuesta aceptada

Jan
Jan el 8 de Feb. de 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 comentario
Auryn_
Auryn_ el 8 de Feb. de 2017
Editada: Auryn_ el 30 de Mayo de 2018
Thank you! It works now.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Errorbars 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