custom labels for errorplot

3 Ansichten (letzte 30 Tage)
Florian
Florian am 9 Mai 2020
Kommentiert: Peng Li am 9 Mai 2020
Hi all,
is there a way to add custom labels to each errorbar in an erroplot using a code (instead of a manual text box)?
In my case I want to add one label at the bottom of the negative bar -> displayed above in the example below as the yscale is reversed).

Akzeptierte Antwort

Peng Li
Peng Li am 9 Mai 2020
using annotation
annotation('textbox', pos, 'String', str, 'FitBoxToText', 'on');
pos is the position where you want to put the textbox in [x, y, width, height], and string is what you want to show.
  4 Kommentare
Florian
Florian am 9 Mai 2020
That's right. Thanks!
Peng Li
Peng Li am 9 Mai 2020
Glad to be of help!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Errorbars finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by