Errorbar overlapping with the left and right border of a plot
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Fan Yang
el 27 de Oct. de 2021
Comentada: Star Strider
el 28 de Oct. de 2021
a = [1,2,3,4;5,6,7,8]
errorbar(mean(a),std(a))
The two lines of code above generate an line of mean value with errorbars. However, the leftmost and the rightmost errorbar overlapped with the left and right border of the plot. Is there anyway to avoid it?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Errorbars en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!