historical_temperature Python code to visualize historical temperature How to use it To show daily temperature trend of Seattle: plot_raw_data(seattle,'Seattle') To show annual mean temperature trend of Seattle: plot_avg(seattle,"Seattle")