v0.12.0b2
Pre-release
Pre-release
This is the second 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.0b2
Changes from the first beta release:
Objects interface
- Added
Plot.labelmethod for controlling axis labels/legend titles (#2902) - Added
Plot.limitmethod for controlling axis limits (#2898) - Added
Bars, a more efficient mark for histograms, and improved performance ofBarmark as well (#2893) - Improved the visual appearance of the
AreaandRibbonmarks used a simpler matplotlib artist class for them (#2896) - Improved the visual appearance of the
Barmark (#2889)