How to Uncover the Hidden Tick Covered by an Object?
2 次查看(过去 30 天)
显示 更早的评论
The red rectangle covers the XTick at point 1 and that little black bar is not visible anymore (although it is visible for points -1 and 3 on x-axis). Is there any way to make it visible (for example by putting the Axes object in front of the rectangle)?
hAxss = axes( 'XLim', [-2 4])
R = rectangle('Position', [0 0 2 1], 'FaceColor', 'r')
0 个评论
采纳的回答
Walter Roberson
2017-2-23
You can set the axes property 'layer' to 'top'; https://www.mathworks.com/help/matlab/ref/axes-properties.html#property_Layer
0 个评论
更多回答(1 个)
Image Analyst
2017-2-23
Without seeing a screenshot, about all I can suggest is to try to make the plot taller by adjusting ylim().
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!