Display only borders for axes plotting
显示 更早的评论
I want to display an image in Matlab GUI. For GUI reset state, how do I keep only a rectangular border for axes while removing all the ticks, grids, etc. Need black border and white color inside the rectangle.
回答(1 个)
Walter Roberson
2016-3-11
0 个投票
You can set the XTick and YTick and ZTick properties to be empty, and set Grid off.
类别
在 帮助中心 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!