{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "
TASK 1:
\n", " In the code cell below, add a line that imports the matplotlib library's `pyplot` interface with its standard alias.\n", "TASK 2:
\n", " Choose your own two NYSM sites and repeat the execution of the above four code cells.\n", "TASK 3:
\n", " Insert a code cell and use Matplotlib to create a time series plot of 2m temperature versus time for the first NYSM site you chose.\n", "TASK 4:
\n", " Insert a code cell and add x- and y-axis labels to your `Axes` object you just created. Also, add a meaningful title with an appropriately-readable font size.\n", "TASK 5:
\n", " Insert a code cell and add x- and y-axis labels to your `Axes` object you just created. Also, add a meaningful title with an appropriately-readable font size.\n", "TASK 6:
\n", " Insert a code cell and plot 2 meter temperatures for both NYSM sites on the same plot. Include a legend and gridlines.\n", "