Dear all,
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)
I would appreciate any suggestions.
Thank you
Fernando