Skip to content

Commit

Permalink
Update 01-plot-api.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
erogluorhan authored May 1, 2024
1 parent 8a012e0 commit a888f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/03-uxarray-vis/01-plot-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand All @@ -355,7 +355,7 @@
"metadata": {},
"outputs": [],
"source": [
"uxds.plot()"
"# uxds.plot()"
]
}
],
Expand Down

0 comments on commit a888f6f

Please sign in to comment.