adding gridlines to a box plot

17 views (last 30 days)
hdg D
hdg D on 16 Sep 2014
Answered: Star Strider on 17 Sep 2014
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;

Answers (1)

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

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!