How to update a Custom Datatip for a GUI figure ?

9 次查看(过去 30 天)
I am trying to figure out how to update a custom datatip. The process is straight forward if it was for a regular plot however, when using a GUI figure it seems like that callback function does not update. I tried adding the following lines of code to the existing Callback function but was not successful.
dcm_obj= datacursormode (gcf);
datacursormode on
set (dcm_obj,'updatefcn',@myfunction)
where myfunction is the custom function that I am using to customize the font/color etc...
I would apperciate any suggestions.
Thanks in advance.
  2 个评论
Murugan C
Murugan C 2021-9-6
do you want to show data point dynamically whenever mouse click happend on graph?
Wael Radwan
Wael Radwan 2021-9-12
No static would be enough. I would like to custom the blue color on the text given in the image attached to black.

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2021-9-12
The update function callback is only applied to new datatips, or datatips that are moved. (I am not certain at the moment whether it is called if the axes resizes.)
  1 个评论
Wael Radwan
Wael Radwan 2021-9-12
Ah I see. Everything works now when I deleted the old datatips and added new ones. I was under the assumption it auto updates which is not the case. Well thanks alot for your help !

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by