v0.12.0b3
Pre-release
Pre-release
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)