Changing the vertical errorbar tee
Mostrar comentarios más antiguos
Hi
I have the following example
x=1:1e1;
y=x;
e=sqrt(y);
figure(1)
errorbar(x, y, e, e)
What I want is to change the size of the horizontal little line above and below each vertical errorbar (the "tee"). In "errorbar.m" I have set tee=0 as a test, but it still does display the little horizontal line.
Am I doing something wrong here, since MatLAB doesn't respond?
Best, Niles.
Respuestas (1)
the cyclist
el 29 de Jun. de 2012
0 votos
I suggest you use the following utility from the File Exchange. It is highly rated, and has worked perfectly for me.
2 comentarios
Niles Martinsen
el 30 de Jun. de 2012
the cyclist
el 3 de Jul. de 2012
I've never tried using on a log-log plot.
Categorías
Más información sobre Errorbars en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!