Merge pull request #654 from microsoft/handling_seaborn_warning

Handling seaborn warning
This commit is contained in:
Carlotta Castelluccio 2023-04-21 10:13:06 +02:00 коммит произвёл GitHub
Родитель 1c82556a31 5fe234b8be
Коммит 1c3318f3d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 27 добавлений и 22 удалений

Просмотреть файл

@ -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**
>

Различия файлов скрыты, потому что одна или несколько строк слишком длинны