It is possible to show an axes over a static text?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi!
I am showing a moving axes together with the mouse but I want it to be showed over all the static texts I have on the GUI.
Is this possible?
Thanks!
0 comentarios
Respuestas (1)
Walter Roberson
el 14 de Dic. de 2012
If the static texts are uicontrol('Style', 'text') then No, it is not possible to show an axes over them. If the static texts are text() objects, then Yes, you can uistack() them to be below a different axes.
2 comentarios
Walter Roberson
el 17 de Dic. de 2012
You cannot overlay graphics over a uicontrol.
To open a new figure, use figure()
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!