Is it possible to force xtick to be visible everywhere?
Mostrar comentarios más antiguos
Is it possible to force xtick layer goes on top of the plot, so the plot cannot cover xticks?
Respuestas (1)
Kelly Kearney
el 5 de Oct. de 2015
To layer all axes components (ticks, gridlines) above plotted stuff, use
set(gca, 'Layer', 'Top')
Categorías
Más información sobre Scatter Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!