import topotoolbox
import matplotlib.pyplot as plt
dem = topotoolbox.load_dem('perfectworld')
_= dem.plot_hs(exaggerate=dem.cellsize)
plt.show()
