Is it possible to force xtick to be visible everywhere?

1 view (last 30 days)
Is it possible to force xtick layer goes on top of the plot, so the plot cannot cover xticks?

Answers (1)

Kelly Kearney
Kelly Kearney on 5 Oct 2015
To layer all axes components (ticks, gridlines) above plotted stuff, use
set(gca, 'Layer', 'Top')

Categories

Find more on Line Plots 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!