So, I am trying to maintain the (usual) black color of a MATLAB plots' grid, but I want to change the x-axis and y-axis colors to be white. If I do the usual set(gca, 'xcolor', 'w'); (and same for y), it changes the entire grid to be white, which is not what I want.
Is there an easy way to do this?
I have reviewed code here but it has not helped me much.
Thanks.