When you use meshgrid to plot data (using meshgrid itself not one of the other plotting functions), how do you change the color to grayscale or black and white? Also, how do you get rid of the "meshy" look of the image?
2 Answers
1
votes
0
votes
I don't know if it works for meshgrid, but if you use surf, you can specify
shading interp
to get rid of the 'meshy' look.