Matlab: drawing a rectangle using tabpanel

I use TabPanel to create my GUI. The problem is that when I draw a rectangle, it appears outside of my axes. The problem does not occur if you do not use TabPanel.

I tested the "clipping" parameter, but my object is still outside the axes (Fig.).

Any clues?

thank! enter image description here

+1
source share
1 answer

I have good news and bad news. (There is no response all over the Internet, I just saw unanswered requests like this).

. MARKERS ( , ). , .

- , . "" "zbuffer", "openGL". , :( , Matlab , , ...

K>> get(handles.output,'Renderer')
ans =    
OpenGL
K>> set(handles.output,'Renderer','painter')

edit: , .

+1

All Articles