Axes strange behavior when it has a size bigger than PC screen

hello, in a matlab figure I made a panel with a big size (>figure size) then I used 2 sliders to control the panel position with changing the values of 'left' and 'bottom' from [left bottom width height]... now I add an axe as a child of this panel and with almost the same size (.Units='normalized'; .Position=[.01 .01 .98 .98];)... when moving the sliders the panel moves correctly but the axe does not completely appear! (just the part limited by my PC screen, when creating the axe, is displayed !!! )
who can get the cause of this problem? thanks for help...
cordially.

 Akzeptierte Antwort

saadani seifeddine
saadani seifeddine am 5 Jan. 2016
Bearbeitet: saadani seifeddine am 5 Jan. 2016

0 Stimmen

I find the solution! I just changed the figure 'Renderer' property from 'opengl' to 'painters'.

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Performance finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by