diff --git a/notebooks/03-uxarray-vis/01-plot-api.ipynb b/notebooks/03-uxarray-vis/01-plot-api.ipynb index 379d3ca7..f8733eb2 100644 --- a/notebooks/03-uxarray-vis/01-plot-api.ipynb +++ b/notebooks/03-uxarray-vis/01-plot-api.ipynb @@ -346,7 +346,7 @@ "source": [ "## UxDataset Plotting\n", "\n", - "As of the most recent release, UXarray does not support plotting functionality though a `ux.UxDataset`\n" + "As of the most recent release, UXarray does not support plotting functionality through a `ux.UxDataset`. For instance, if the following commented out code was executed, it would throw an exception.\n" ] }, { @@ -355,7 +355,7 @@ "metadata": {}, "outputs": [], "source": [ - "uxds.plot()" + "# uxds.plot()" ] } ],