diff --git a/jupyterbook/content/code_gallery/data_analysis_and_visualization_notebooks/2024-08-27-plotting-interface-gliderpy.ipynb b/jupyterbook/content/code_gallery/data_analysis_and_visualization_notebooks/2024-08-27-plotting-interface-gliderpy.ipynb index d7abd5b0..5c176982 100644 --- a/jupyterbook/content/code_gallery/data_analysis_and_visualization_notebooks/2024-08-27-plotting-interface-gliderpy.ipynb +++ b/jupyterbook/content/code_gallery/data_analysis_and_visualization_notebooks/2024-08-27-plotting-interface-gliderpy.ipynb @@ -45,10 +45,7 @@ "outputs": [], "source": [ "import matplotlib.pyplot as plt\n", - "import numpy as np\n", "from gliderpy.fetchers import GliderDataFetcher\n", - "from gliderpy.plotting import plot_cast, plot_track, plot_transect\n", - "\n", "\n", "glider_grab = GliderDataFetcher()\n", "\n", @@ -142,8 +139,6 @@ "metadata": {}, "outputs": [], "source": [ - "import matplotlib.pyplot as plt\n", - "\n", "fig, (ax0, ax1) = plt.subplots(\n", " figsize=(15, 9),\n", " nrows=2,\n",