필터 지우기
필터 지우기

custom labels for errorplot

조회 수: 5 (최근 30일)
Florian
Florian 2020년 5월 9일
댓글: Peng Li 2020년 5월 9일
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).

채택된 답변

Peng Li
Peng Li 2020년 5월 9일
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
Florian
Florian 2020년 5월 9일
That's right. Thanks!
Peng Li
Peng Li 2020년 5월 9일
Glad to be of help!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Errorbars에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by