Merge pull request #654 from microsoft/handling_seaborn_warning

Handling seaborn warning
pull/655/head
Carlotta Castelluccio 2 years ago committed by GitHub
commit 1c3318f3d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -200,6 +200,8 @@ You can visualize variables side-by-side with Seaborn plots.
![A swarm of visualized data](images/swarm_2.png) ![A swarm of visualized data](images/swarm_2.png)
**Watch Out**: the code above might generate a warning, since seaborn fails to represent such amount of datapoints into a swam plot. A possible solution is decreasing the size of the marker, by using the 'size' parameter. However, be aware that this affects the readability of the plot.
> **🧮 Show Me The Math** > **🧮 Show Me The Math**
> >

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save