mirror of
https://github.com/gsi-upm/sitc
synced 2026-03-02 01:38:17 +00:00
Compare commits
2 Commits
470a3d692d
...
ecd53ceee5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecd53ceee5 | ||
|
|
99f8032d05 |
@@ -330,7 +330,7 @@
|
|||||||
"# Saving the resulting axes as ax each time causes the resulting plot to be shown\n",
|
"# Saving the resulting axes as ax each time causes the resulting plot to be shown\n",
|
||||||
"# on top of the previous axes\n",
|
"# on top of the previous axes\n",
|
||||||
"ax = sns.boxplot(x=\"species\", y=\"petal length (cm)\", data=iris_df)\n",
|
"ax = sns.boxplot(x=\"species\", y=\"petal length (cm)\", data=iris_df)\n",
|
||||||
"ax = sns.stripplot(x=\"species\", y=\"petal length (cm)\", data=iris_df, jitter=True, edgecolor=\"gray\")"
|
"ax = sns.stripplot(x=\"species\", y=\"petal length (cm)\", data=iris_df, jitter=True, edgecolor=\"auto\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -348,7 +348,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# A violin plot combines the benefits of the previous two plots and simplifies them\n",
|
"# 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",
|
"# 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