Is it Posible to remove background and box in data tip? The data tip cover my graphic

조회 수: 24 (최근 30일)
Tian
Tian 2018년 10월 4일
편집: Tian 2018년 10월 4일
I use the data tip on my plot data, but it cover the graphic. Is there's any way to fix this?
Edited: This is what i mean data tip. I usually call it marker. The "Antena+LPF+Open Stub" box cover my plot data. By remove the background and box atleast i can make it more visible.

답변 (1개)

Julian Hapke
Julian Hapke 2018년 10월 4일
set(h, 'BackgroundAlpha', 0)
with h being the handle of the datatip. When you create the DataTip by hand, you don't have the handle for it. You can find it by using
findall(gca)
in Matlab > 2014a the object is called 'PointDataTip'.

카테고리

Help CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by