mwaskom / seaborn

Statistical data visualization in Python
https://seaborn.pydata.org
BSD 3-Clause "New" or "Revised" License
12.63k stars 1.93k forks source link

DOC: Fix typo in violin plot examples #3665

Closed yvonnefroehlich closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.58%. Comparing base (9bdfc74) to head (ec7a734).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/mwaskom/seaborn/pull/3665/graphs/tree.svg?width=650&height=150&src=pr&token=SLuzHnA9Bl&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Waskom)](https://app.codecov.io/gh/mwaskom/seaborn/pull/3665?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Waskom) ```diff @@ Coverage Diff @@ ## master #3665 +/- ## ======================================= Coverage 98.58% 98.58% ======================================= Files 75 75 Lines 24706 24706 ======================================= Hits 24357 24357 Misses 349 349 ```
mwaskom commented 8 months ago

Thanks!