adding gridlines to a box plot

Hello, How do I add gridlines on both vertical and horizontal axis to a boxplot here is a simple example
load carsmall
boxplot(MPG, Origin, 'medianstyle', 'target')
grid on;

Respuestas (1)

Star Strider
Star Strider el 17 de Sept. de 2014
Apparently you don’t.
This fails:
set(gca, 'XGrid','on')
You can have 'YGrid'. Be happy with it!

Etiquetas

Preguntada:

el 16 de Sept. de 2014

Respondida:

el 17 de Sept. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by