1
0
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:
Carlos A. Iglesias
2026-02-25 16:27:04 +01:00
committed by GitHub
parent 99f8032d05
commit ecd53ceee5

View File

@@ -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)"
]
},
{