Skip to content

Commit a10f8d8

Browse files
committed
Removed a duplicate snippet of markdown and code (seaborn boxplots were being introduced twice, but only rendered once).
1 parent 4959c4e commit a10f8d8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

_episodes/13-matplotlib.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,6 @@ df.boxplot(by ='village',column=['buildings_in_compound'])
155155
~~~
156156
{:.language-python}
157157
158-
We can make it look prettier with seaborn, much more easily than fixing components manually with Matplotlib.
159-
~~~
160-
import seaborn as sns
161-
sns.boxplot(data=df,x ='village',y='buildings_in_compound')
162-
~~~
163-
{:.language-python}
164-
165158
![png](../fig/boxplot1.png)
166159
167160
We can make it look prettier with Seaborn, much more easily than fixing components manually with Matplotlib.

0 commit comments

Comments
 (0)