from pylira.data import chandra_gc
from pylira.utils.plot import plot_example_dataset

data = chandra_gc(obs_id=4683)
plot_example_dataset(data)