Skip to content

Commit

Permalink
Remove double seaborn import
Browse files Browse the repository at this point in the history
  • Loading branch information
stella-bourdin committed Nov 19, 2024
1 parent eea1f64 commit e22f40b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/user_guide/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@
"outputs": [],
"source": [
"# Show distribution of TC points among basins (calling seaborn function, works better with categorical labels)\n",
"import seaborn as sns\n",
"sns.countplot(tracks.basin) "
]
},
Expand Down

0 comments on commit e22f40b

Please sign in to comment.