Skip to content

Commit

Permalink
use long name
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jul 20, 2023
1 parent abc796a commit a365f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
"source": [
"df = da.to_dataframe()\n",
"df.boxplot(by=\"lakeid\")\n",
"plt.ylabel(f\"{da.attrs['standard_name']} [{da.attrs['units']}]\")\n",
"plt.ylabel(f\"{da.attrs['long_name']} [{da.attrs['units']}]\")\n",
"plt.show()\n",
"\n",
"# Print statistics\n",
Expand Down

0 comments on commit a365f8a

Please sign in to comment.