Errorbar overlapping with the left and right border of a plot
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Fan Yang
il 27 Ott 2021
Commentato: Star Strider
il 28 Ott 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 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Errorbars in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!