{ "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 plot 2 meter temperatures for both NYSM sites on the same plot. Include a legend and gridlines.\n", "TASK 6:
Next, insert code cells to import data from two different stations, using a different variable (be sure to enter the exact text corresponding to the variable you are interested in importing, at the top of each column in the dataframe). Plot the data using different colors and/or line types.\n", "