App Designer: XY Zoom and XY Pan settings
显示 更早的评论
Hi everyone,
Is there a way to lock/choose the XY settings for the zoom and pan features when viewing a 3D surf plot in App Designer?

Using the zoom in the App Designer is giving me big holes in the middle of my surf plots that I don't know how to stop? Any help would be greatly appreciated!

Thanks in advance!
Cheers
采纳的回答
更多回答(2 个)
Nishant Gupta
2020-1-22
Hi,
Most probably its because clipping of the plot is taking place when you are zooming in, just set 'clipping' property of UIaxes to 'off'.
app.UIAxes.Clipping = 'off';
类别
在 帮助中心 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
