DataTip functionality in MATLAB when using multiple tabs with separate plots
Afficher commentaires plus anciens
I'm encountering a problem with the DataTip functionality in MATLAB when using multiple tabs with separate plots.
I have two tabs, each containing a single axis. I have separate functions for loading or creating plots on both tabs. Additionally, I've implemented two different DataCursor modes to customize the data tips for each axis.
The issue arises when:
- I load the first axis and the data tip works perfectly for the first plot.
- I then load the second axis on the second tab, and the data tip still functions correctly for the second plot.
- However, when I switch back to the first tab to view the first plot, the data tip fails to update. Instead, it displays the error message: "Cannot update the data tip using the custom data tip function."
I've checked my code thoroughly, but I can't seem to pinpoint the cause of this issue. Any help or guidance would be greatly appreciated.
2 commentaires
Christopher Stapels
le 15 Oct 2025
maybe share some of the code for your implementations?
Abhinand
le 16 Oct 2025
Réponses (0)
Catégories
En savoir plus sur Graphics Performance dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!