Topographic Hillshading#

Download this notebook from GitHub (right-click to download).


URL: http://matplotlib.org/examples/specialty_plots/topographic_hillshading.html

Most examples work across multiple plotting backends, this example is also available for:

import holoviews as hv
from holoviews import opts

hv.extension('matplotlib')
hv.output(fig='svg')