There is a newer version of the record available.

Published August 14, 2022 | Version v0.12.0rc0
Software Open

mwaskom/seaborn: v0.12.0rc0

  • 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. @Bloomberg
  • 15. The Climate Corporation

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.0rc0

There were a number of renamings and API changes from the final beta release. See the referenced PRs for more information on each change.

Mark renamings
  • Scatter -> Dots (#2942)
  • Ribbon -> Band (#2945)
  • Interval -> Range (#2945)
Plot API changes:
  • The stat= and move= parameters were removed from Plot.add, which now has the following signature: Plot.add(mark, *transforms, ...). (#2948)
  • The Plot.configure method was renamed to Plot.layout, with the figsize parameter changed to size. The share{x,y} parameters were removed from Plot.layout, with that functionality now supported by the new Plot.share method. (#2954)

Additionally, the install extra for including statistical packages was changed from seaborn[all] to seaborn[stats]. (#2939)

Notes

If seaborn is integral to a scientific publication, please cite the following paper:

Files

mwaskom/seaborn-v0.12.0rc0.zip

Files (1.9 MB)

Name Size Download all
md5:f0788913f3e9534f2bf3eefececd25ae
1.9 MB Preview Download

Additional details

Related works