seaborn: v0.7.1 (June 2016)
Creators
- Michael Waskom1
- Olga Botvinnik2
- drewokane3
- Paul Hobson4
- David
- Yaroslav Halchenko5
- Saulius Lukauskas
- John B. Cole
- Jordi Warmenhoven
- Julian de Ruiter6
- Stephan Hoyer7
- Jake Vanderplas8
- Santi Villalba
- Gero Kunter9
- Eric Quintero
- Marcel Martin
- Alistair Miles10
- Kyle Meyer
- Tom Augspurger
- Tal Yarkoni11
- Pete Bachant12
- Mike Williams
- Constantine Evans13
- Clark Fitzgerald
- Brian
- Daniel Wehner14
- Gregory Hitz
- Erik Ziegler15
- Adel Qalieh
- Antony Lee
- 1. Stanford University
- 2. UCSD
- 3. The Climate Corporation
- 4. @Geosyntec
- 5. Dartmouth College
- 6. Netherlands Cancer Institute (NKI-AVL)
- 7. Google
- 8. University of Washington
- 9. Heinrich-Heine-Universität Düsseldorf
- 10. University of Oxford
- 11. University of Texas
- 12. UNH
- 13. The Evans Foundation for Molecular Medicine
- 14. http://dawehner.github.com/
- 15. Centre de Recherches du Cyclotron, Université de Liège
Description
Added the ability to put "caps" on the error bars that are drawn by barplot or pointplot (and, by extension, factorplot). Additionally, the line width of the error bars can now be controlled. These changes involve the new parameters capsize and errwidth. See the github pull request for examples of usage.
Improved the row and column colors display in clustermap. It is now possible to pass Pandas objects for these elements and, when possible, the semantic information in the Pandas objects will be used to add labels to the plot. When Pandas objects are used, the color data is matched against the main heatmap based on the index, not on position. This is more accurate, but it may lead to different results if current code assumed positional matching.
Improved the luminance calculation that determines the annotation color in heatmap.
The annot parameter of heatmap now accepts a rectangular dataset in addition to a boolean value. If a dataset is passed, its values will be used for the annotations, while the main dataset will be used for the heatmap cell colors.
Fixed a bug in FacetGrid that appeared when using col_wrap with missing col levels.
Made it possible to pass a tick locator object to the heatmap colorbar.
Made it possible to use different styles (e.g., step) for PairGrid histograms when there are multiple hue levels.
Fixed a bug in scipy-based univariate kernel density bandwidth calculation.
The reset_orig function (and, by extension, importing seaborn.apionly) resets matplotlib rcParams to their values at the time seaborn itself was imported, which should work better with rcParams changed by the jupyter notebook backend.
Removed some objects from the top-level seaborn namespace.
Improved unicode compatibility in FacetGrid.
Files
seaborn-v0.7.1.zip
Files
(288.3 kB)
Name | Size | Download all |
---|---|---|
md5:dbbb9e849d1b25b2c81b62973ed45899
|
288.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/mwaskom/seaborn/tree/v0.7.1 (URL)