mwaskom/seaborn: v0.8.1 (September 2017)
Creators
- Michael Waskom
- Olga Botvinnik1
- Drew O'Kane2
- Paul Hobson3
- Saulius Lukauskas
- David C Gemperline
- Tom Augspurger
- Yaroslav Halchenko4
- John B. Cole
- Jordi Warmenhoven
- Julian de Ruiter5
- Cameron Pye
- Stephan Hoyer6
- Jake Vanderplas7
- Santi Villalba
- Gero Kunter8
- Eric Quintero
- Pete Bachant
- Marcel Martin
- Kyle Meyer
- Alistair Miles9
- Yoav Ram10
- Tal Yarkoni11
- Mike Lee Williams
- Constantine Evans12
- Clark Fitzgerald
- Brian
- Chris Fonnesbeck13
- Antony Lee
- Adel Qalieh
- 1. @czbiohub
- 2. The Climate Corporation
- 3. @Geosyntec
- 4. Dartmouth College, @Debian, @DataLad, @PyMVPA, @fail2ban
- 5. Netherlands Cancer Institute (NKI-AVL)
- 6. Google
- 7. University of Washington
- 8. Heinrich-Heine-Universität Düsseldorf
- 9. University of Oxford
- 10. Stanford University
- 11. University of Texas
- 12. The Evans Foundation for Molecular Medicine
- 13. Vanderbilt University
Description
v0.8.1 (September 2017)
Added a warning in
FacetGrid
when passing a categorical plot function without specifyingorder
(orhue_order
whenhue
is used), which is likely to produce a plot that is incorrect.Improved compatibility between
FacetGrid
orPairGrid
and interactive matplotlib backends so that the legend no longer remains inside the figure when usinglegend_out=True
.Changed categorical plot functions with small plot elements to use
dark_palette
instead of `light_palette`` when generating a sequential palette from a specified color.Improved robustness of
kdeplot
anddistplot
to data with fewer than two observations.Fixed a bug in
clustermap
when usingyticklabels=False
.Fixed a bug in
pointplot
where colors were wrong if exactly three points were being drawn.Fixed a bug in
pointplot
where legend entries for missing data appeared with empty markers.Fixed a bug in
clustermap
where an error was raised when annotating the main heatmap and showing category colors.Fixed a bug in
clustermap
where row labels were not being properly rotated when they overlapped.Fixed a bug in
kdeplot
where the maximum limit on the density axes was not being updated when multiple densities were drawn.Improved compatibility with future versions of pandas.
Files
mwaskom/seaborn-v0.8.1.zip
Files
(314.6 kB)
Name | Size | Download all |
---|---|---|
md5:aebdf88600301a20b7297b425d292b32
|
314.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/mwaskom/seaborn/tree/v0.8.1 (URL)