GMT.jl makecpt error: Need at least two nodes to form a CPT slice

From the manual

So if third arg in range is meant to be the number of intervals between 0 and 0.02, do

topo = makecpt(cmap=:jet, range=(0,0.02,11,:number) );

1 Like