Quote Originally Posted by sun View Post
I'm not absolutely shure if I understood what you wanted me to do.
a) Enable a frame for your plot widget ( setFrameStyle + setLineWidth ) and check if the frame is completely visible. If not the reason for your problem is somewhere in the layout of your main window.

b) When the tick labels are cut off use your mouse and resize the main window manually. When the labels are visible after resizing we know, that a layout recalculation was missing.

Uwe