Merge pull request #654 from microsoft/handling_seaborn_warning
Handling seaborn warning
This commit is contained in:
Коммит
1c3318f3d8
|
@ -200,6 +200,8 @@ You can visualize variables side-by-side with Seaborn plots.
|
|||
|
||||
![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**
|
||||
>
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче