Add data tips to polyshape plots?
Mostrar comentarios más antiguos
Is it possible to add data tips to polyshape plots? The documentation (https://fr.mathworks.com/help/matlab/ref/matlab.graphics.primitive.polygon-properties.html) says that DataTipTemplate is a property of polygon plots, but I'm not able to access it.
3 comentarios
Star Strider
el 7 de Oct. de 2021
Check the documentation for R2020b (and thank you for including that information).
The current online documentation — the documentation linked to — is for R2021b.
.
Lama Itani
el 12 de Oct. de 2021
Hi Emmanuelle,
Do you mind sharing your code? It would be make it much more easier to try and find a solution to your issue.
KSSV
el 12 de Oct. de 2021
What exactly you want to do?
Respuestas (1)
Shivam Singh
el 12 de Oct. de 2021
0 votos
“DataTipTemplate” property applies only to polygons with pinned data tips. Datatips can be pinned using datatip function. Here is example for creating Custom Data Tips.
Categorías
Más información sobre Elementary Polygons en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!