Display only borders for axes plotting
Show older comments
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.
Answers (1)
Walter Roberson
on 11 Mar 2016
0 votes
You can set the XTick and YTick and ZTick properties to be empty, and set Grid off.
1 Comment
Prateek Kaushik
on 11 Mar 2016
Categories
Find more on Grid Lines, Tick Values, and Labels in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!