{ "cells": [ { "cell_type": "markdown", "id": "30ffb843-0f7d-4e46-9b7b-e2674259e811", "metadata": {}, "source": [ "## COMPLETED Franklin notebook" ] }, { "cell_type": "markdown", "id": "0676f004-b5f7-479e-a4ad-b09500d4854d", "metadata": {}, "source": [ "## Overview\n", "In this notebook, you will create visualizations of tropical cyclone data, using Matplotlib and Cartopy." ] }, { "cell_type": "markdown", "id": "64e44801-c39d-4f8b-82e1-7bf8f5afd91d", "metadata": {}, "source": [ "### Imports" ] }, { "cell_type": "markdown", "id": "d676e223-6d1d-40b1-8bfc-834f2e3a9b33", "metadata": {}, "source": [ "
Task
\n", " Import the necessary libraries in the cell below.\n", "Task
\n", " Write your code in the cell below.\n", "A better visualization:
\n", " Rather than placing SLP and wind speed in their own subplots, let's have them share a single subplot. We will need to add a legend, and also have a separate y-axis for each variable.\n", "Task
\n", " Write your code in the cell below.\n", "REMINDER
\n", " Remember to save, close and shutdown your notebook when you are not actively developing it!\n", "