I wonder If anyone has a tip on how to produce a contour graph that transitions from white to black.
Here is the code I have:
Code:
sysuse sandstone, clear * this one is the closest of what i want, but i would prefer to have the base color to be white twoway contour depth northing easting, scheme(s2mono) * So I tried something like this, but without success twoway contour depth northing easting, scolor(white) ecolor(black)
Thank you
Fernando
0 Response to White to Black Contour graph
Post a Comment