Fixing incorrect code

pull/629/head
Jim Bennett 3 years ago
parent 05569bc215
commit 08c2741e2e

@ -300,7 +300,7 @@ Are these three genres significantly different in the perception of their dancea
1. Create a scatter plot:
```python
sns.FacetGrid(df, hue="artist_top_genre", size=5) \
sns.FacetGrid(df, hue="artist_top_genre") \
.map(plt.scatter, "popularity", "danceability") \
.add_legend()
```

Loading…
Cancel
Save