Software Open Access
Michael Waskom; Olga Botvinnik; Drew O'Kane; Paul Hobson; Saulius Lukauskas; David C Gemperline; Tom Augspurger; Yaroslav Halchenko; John B. Cole; Jordi Warmenhoven; Julian de Ruiter; Cameron Pye; Stephan Hoyer; Jake Vanderplas; Santi Villalba; Gero Kunter; Eric Quintero; Pete Bachant; Marcel Martin; Kyle Meyer; Alistair Miles; Yoav Ram; Tal Yarkoni; Mike Lee Williams; Constantine Evans; Clark Fitzgerald; Brian; Chris Fonnesbeck; Antony Lee; Adel Qalieh
<?xml version='1.0' encoding='utf-8'?> <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"> <identifier identifierType="DOI">10.5281/zenodo.883859</identifier> <creators> <creator> <creatorName>Michael Waskom</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Olga Botvinnik</creatorName> <affiliation>@czbiohub</affiliation> </creator> <creator> <creatorName>Drew O'Kane</creatorName> <affiliation>The Climate Corporation</affiliation> </creator> <creator> <creatorName>Paul Hobson</creatorName> <affiliation>@Geosyntec</affiliation> </creator> <creator> <creatorName>Saulius Lukauskas</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>David C Gemperline</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Tom Augspurger</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Yaroslav Halchenko</creatorName> <affiliation>Dartmouth College, @Debian, @DataLad, @PyMVPA, @fail2ban</affiliation> </creator> <creator> <creatorName>John B. Cole</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Jordi Warmenhoven</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Julian de Ruiter</creatorName> <affiliation>Netherlands Cancer Institute (NKI-AVL)</affiliation> </creator> <creator> <creatorName>Cameron Pye</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Stephan Hoyer</creatorName> <affiliation>Google</affiliation> </creator> <creator> <creatorName>Jake Vanderplas</creatorName> <affiliation>University of Washington</affiliation> </creator> <creator> <creatorName>Santi Villalba</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Gero Kunter</creatorName> <affiliation>Heinrich-Heine-Universität Düsseldorf</affiliation> </creator> <creator> <creatorName>Eric Quintero</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Pete Bachant</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Marcel Martin</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Kyle Meyer</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Alistair Miles</creatorName> <affiliation>University of Oxford</affiliation> </creator> <creator> <creatorName>Yoav Ram</creatorName> <affiliation>Stanford University</affiliation> </creator> <creator> <creatorName>Tal Yarkoni</creatorName> <affiliation>University of Texas</affiliation> </creator> <creator> <creatorName>Mike Lee Williams</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Constantine Evans</creatorName> <affiliation>The Evans Foundation for Molecular Medicine</affiliation> </creator> <creator> <creatorName>Clark Fitzgerald</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Brian</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Chris Fonnesbeck</creatorName> <affiliation>Vanderbilt University</affiliation> </creator> <creator> <creatorName>Antony Lee</creatorName> <affiliation></affiliation> </creator> <creator> <creatorName>Adel Qalieh</creatorName> <affiliation></affiliation> </creator> </creators> <titles> <title>mwaskom/seaborn: v0.8.1 (September 2017)</title> </titles> <publisher>Zenodo</publisher> <publicationYear>2017</publicationYear> <dates> <date dateType="Issued">2017-09-03</date> </dates> <resourceType resourceTypeGeneral="Software"/> <alternateIdentifiers> <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/883859</alternateIdentifier> </alternateIdentifiers> <relatedIdentifiers> <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/mwaskom/seaborn/tree/v0.8.1</relatedIdentifier> <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.592845</relatedIdentifier> <relatedIdentifier relatedIdentifierType="URL" relationType="IsPartOf">https://zenodo.org/communities/zenodo</relatedIdentifier> </relatedIdentifiers> <version>v0.8.1</version> <rightsList> <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights> </rightsList> <descriptions> <description descriptionType="Abstract">v0.8.1 (September 2017) <ul> <li><p>Added a warning in <code>FacetGrid</code> when passing a categorical plot function without specifying <code>order</code> (or <code>hue_order</code> when <code>hue</code> is used), which is likely to produce a plot that is incorrect.</p> </li> <li><p>Improved compatibility between <code>FacetGrid</code> or <code>PairGrid</code> and interactive matplotlib backends so that the legend no longer remains inside the figure when using <code>legend_out=True</code>.</p> </li> <li><p>Changed categorical plot functions with small plot elements to use <code>dark_palette</code> instead of `light_palette`` when generating a sequential palette from a specified color.</p> </li> <li><p>Improved robustness of <code>kdeplot</code> and <code>distplot</code> to data with fewer than two observations.</p> </li> <li><p>Fixed a bug in <code>clustermap</code> when using <code>yticklabels=False</code>.</p> </li> <li><p>Fixed a bug in <code>pointplot</code> where colors were wrong if exactly three points were being drawn.</p> </li> <li><p>Fixed a bug in<code>pointplot</code> where legend entries for missing data appeared with empty markers.</p> </li> <li><p>Fixed a bug in <code>clustermap</code> where an error was raised when annotating the main heatmap and showing category colors.</p> </li> <li><p>Fixed a bug in <code>clustermap</code> where row labels were not being properly rotated when they overlapped.</p> </li> <li><p>Fixed a bug in <code>kdeplot</code> where the maximum limit on the density axes was not being updated when multiple densities were drawn.</p> </li> <li><p>Improved compatibility with future versions of pandas.</p> </li> </ul></description> </descriptions> </resource>
All versions | This version | |
---|---|---|
Views | 51,963 | 9,255 |
Downloads | 2,172 | 259 |
Data volume | 2.0 GB | 81.5 MB |
Unique views | 39,407 | 7,509 |
Unique downloads | 1,784 | 232 |