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

16 ビュー (過去 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 件のコメント
Kevin Chng
Kevin Chng 2018 年 10 月 4 日
What do you mean data tip? Do you mind provide any attached image for it?

サインインしてコメントする。

回答 (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'.
  1 件のコメント
Julian Hapke
Julian Hapke 2018 年 10 月 4 日
sorry, I missed the border part, could not find out how to change that.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeCreating, Deleting, and Querying Graphics Objects についてさらに検索

製品


リリース

R2017a

Translated by