Linking Plots#

In this exercise we will link plots generated with hvplot from the earthquake data using HoloViews linked selections.

Loading the data as before#

import pathlib
import pandas as pd
import holoviews as hv # noqa

import hvplot.pandas # noqa: adds hvplot method to pandas objects
import hvplot.xarray # noqa: adds hvplot method to xarray objects