Tanaka contours

I find these contour plots very cute, and now finally implemented it in GMT.jl

using GMT

G = grdcut("@mars_relief_02m", R="220/233/13/25");
contourf(G, tanaka=true, title="Tanaka Olympus", show=1)

5 Likes

It’s (grd)contour with illumination on the iso (pen)?
Is it doable with pure gmt?

See the (short) code. Quite Matlabish to read. Doable in bash, you mean? Yep, eventually.