Published August 4, 2022
| Version v0.12.0b3
Software
Open
mwaskom/seaborn: v0.12.0b3
Authors/Creators
- Michael Waskom
- Maoz Gelbart
- Olga Botvinnik1
- Joel Ostblom2
- Paul Hobson3
- Saulius Lukauskas
- David C Gemperline
- Tom Augspurger4
- Yaroslav Halchenko5
- Jordi Warmenhoven
- John B. Cole
- Julian de Ruiter6
- Ewout ter Hoeven
- Jake Vanderplas7
- Stephan Hoyer8
- Cameron Pye9
- Alistair Miles10
- Corban Swain
- Kyle Meyer
- Marcel Martin
- Pete Bachant11
- Eric Quintero
- Gero Kunter12
- Santi Villalba
- Brian
- Clark Fitzgerald13
- Constantine Evans
- Mike Lee Williams
- Drew O'Kane14
- Tal Yarkoni15
- 1. @czbiohub
- 2. University of British Columbia
- 3. @coiled
- 4. @microsoft
- 5. Dartmouth College, @Debian, @DataLad, @PyMVPA, @fail2ban
- 6. GoDataDriven
- 7. Google
- 8. @google
- 9. Unnatural Products Inc.
- 10. Wellcome Sanger Institute
- 11. @WindESCo
- 12. Universität Siegen
- 13. Math and Stats Department
- 14. The Climate Corporation
- 15. Twitter
Description
This is the third and final beta release for seaborn v0.12, a major update introducing an entirely new interface along with numerous features, enhancements, and fixes for existing functionality.
To install for testing, run
pip install seaborn==0.12.0b3
Changes from the second beta release:
Objects interface- Added
Eststat for aggregating with a flexible error bar interval (#2912) - Added
Intervalmark for drawing lines perpendicular to the orient axis (#2912) - Added
Plot.themefor basic control over figure appearance (#2929) - Expanded
Plot.labelto control plot titles (#2934) - Fixed
Plot.scaleso that it applies to variables added during the stat transform (#2915) - Fixed a bug where the
Plot.configurespec would not persist after further method calls (#2917) - Fixed a bug where dot marks ignored the
artist_kwsparameter (#2921)
- Added
.applyand.pipemethods toFacetGrid/PairGrid/JointGridfor fluent customization (#2928) - Added a workaround for an issue in matplotlib that caused figure-level plots to freeze or close (#2925)
Notes
Files
mwaskom/seaborn-v0.12.0b3.zip
Files
(1.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:e47cd57df1b6d5739dcbdd8c8dc2454a
|
1.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/mwaskom/seaborn/tree/v0.12.0b3 (URL)