Changing gridline color in the new Matlab version

1 view (last 30 days)
I would like to change grid line color as it is set in 2013 and earlier versions. I will add some new figure to my report but this new version seems quite different with straight and gray line. I changed line style with the following;
% set(gca,'GridLineStyle','--')
but
set(gca,'color','k')
seems not working any help will be appreciated

Answers (0)

Categories

Find more on Get Started with MATLAB 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!