using clt data
iso = x.createisoline()
iso.line = ["dot","dash-dot","long-dash"] * 100
x.plot(s/10000.,iso)
x.png("bad_contours")
gives us:

around -55South the dots are not dotted everywhere, but looks like most line are badly drawn everywhere anyway. @lee1043 noticed this.
using clt data
gives us:
around -55South the dots are not dotted everywhere, but looks like most line are badly drawn everywhere anyway. @lee1043 noticed this.