mirror of
https://github.com/gsi-upm/sitc
synced 2026-03-01 17:28:17 +00:00
Update 2_3_1_Advanced_Visualisation.ipynb
Updated violinplot
This commit is contained in:
committed by
GitHub
parent
99f8032d05
commit
ecd53ceee5
@@ -348,7 +348,7 @@
|
||||
"source": [
|
||||
"# A violin plot combines the benefits of the previous two plots and simplifies them\n",
|
||||
"# Denser regions of the data are fatter, and sparser thinner in a violin plot\n",
|
||||
"sns.violinplot(x=\"species\", y=\"petal length (cm)\", data=iris_df, size=6)"
|
||||
"sns.violinplot(x=\"species\", y=\"petal length (cm)\", data=iris_df)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user