force grid to be on top of patch

9 次查看(过去 30 天)
I'm referring to this question:
How can I add grid to the figure which is not covered by the patch color?

采纳的回答

Walter Roberson
Walter Roberson 2020-9-25
If you mean the kind of grid you get from "grid on", then set the axes "Layer" property to 'top'
  2 个评论
Mohammad
Mohammad 2020-9-25
编辑:Mohammad 2020-9-25
Thanks. But it brings the grid on top of the curves as well (white lines on the curves). I want the grid to be behind the curves but still not covered by the patch color.
Walter Roberson
Walter Roberson 2020-9-26
Use two axes in the same position. The one with the patch is drawn first and has normal background color and grid turned on. Anything that should appear above the grid goes onto the second axes, which should have background color 'none'
In theory yyaxis can be used for this purpose, if you turn axes visible off for the right axes and grid on for the left axes (with the patch)

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Polygons 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by