force grid to be on top of patch

5 Ansichten (letzte 30 Tage)
Mohammad
Mohammad am 25 Sep. 2020
Kommentiert: Walter Roberson am 26 Sep. 2020
I'm referring to this question:
How can I add grid to the figure which is not covered by the patch color?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 25 Sep. 2020
If you mean the kind of grid you get from "grid on", then set the axes "Layer" property to 'top'
  2 Kommentare
Mohammad
Mohammad am 25 Sep. 2020
Bearbeitet: Mohammad am 25 Sep. 2020
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 am 26 Sep. 2020
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)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by