Software Open Access
Michael Waskom; Olga Botvinnik; Joel Ostblom; Saulius Lukauskas; Paul Hobson; MaozGelbart; 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; Corban Swain; Alistair Miles; Thomas Brunner; Drew O'Kane; Tal Yarkoni; Mike Lee Williams; Constantine Evans; Clark Fitzgerald; Brian
<?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.3629445</identifier> <creators> <creator> <creatorName>Michael Waskom</creatorName> <affiliation>Center for Neural Science, NYU</affiliation> </creator> <creator> <creatorName>Olga Botvinnik</creatorName> <affiliation>@czbiohub</affiliation> </creator> <creator> <creatorName>Joel Ostblom</creatorName> </creator> <creator> <creatorName>Saulius Lukauskas</creatorName> </creator> <creator> <creatorName>Paul Hobson</creatorName> <affiliation>@Geosyntec</affiliation> </creator> <creator> <creatorName>MaozGelbart</creatorName> </creator> <creator> <creatorName>David C Gemperline</creatorName> </creator> <creator> <creatorName>Tom Augspurger</creatorName> <affiliation>@ContinuumIO</affiliation> </creator> <creator> <creatorName>Yaroslav Halchenko</creatorName> <affiliation>Dartmouth College, @Debian, @DataLad, @PyMVPA, @fail2ban</affiliation> </creator> <creator> <creatorName>John B. Cole</creatorName> </creator> <creator> <creatorName>Jordi Warmenhoven</creatorName> </creator> <creator> <creatorName>Julian de Ruiter</creatorName> <affiliation>Netherlands Cancer Institute (NKI-AVL)</affiliation> </creator> <creator> <creatorName>Cameron Pye</creatorName> <affiliation>Unnatural Products Inc.</affiliation> </creator> <creator> <creatorName>Stephan Hoyer</creatorName> <affiliation>@google</affiliation> </creator> <creator> <creatorName>Jake Vanderplas</creatorName> <affiliation>Google</affiliation> </creator> <creator> <creatorName>Santi Villalba</creatorName> </creator> <creator> <creatorName>Gero Kunter</creatorName> <affiliation>Universität Siegen</affiliation> </creator> <creator> <creatorName>Eric Quintero</creatorName> </creator> <creator> <creatorName>Pete Bachant</creatorName> <affiliation>@WindESCo</affiliation> </creator> <creator> <creatorName>Marcel Martin</creatorName> </creator> <creator> <creatorName>Kyle Meyer</creatorName> </creator> <creator> <creatorName>Corban Swain</creatorName> </creator> <creator> <creatorName>Alistair Miles</creatorName> <affiliation>University of Oxford</affiliation> </creator> <creator> <creatorName>Thomas Brunner</creatorName> <affiliation>Technical University of Munich</affiliation> </creator> <creator> <creatorName>Drew O'Kane</creatorName> <affiliation>The Climate Corporation</affiliation> </creator> <creator> <creatorName>Tal Yarkoni</creatorName> <affiliation>University of Texas</affiliation> </creator> <creator> <creatorName>Mike Lee Williams</creatorName> </creator> <creator> <creatorName>Constantine Evans</creatorName> <affiliation>The Evans Foundation for Molecular Medicine</affiliation> </creator> <creator> <creatorName>Clark Fitzgerald</creatorName> <affiliation>CSU Sacramento, Mathematics and Statistics Department</affiliation> </creator> <creator> <creatorName>Brian</creatorName> </creator> </creators> <titles> <title>mwaskom/seaborn: v0.9.1 (January 2020)</title> </titles> <publisher>Zenodo</publisher> <publicationYear>2020</publicationYear> <dates> <date dateType="Issued">2020-01-24</date> </dates> <resourceType resourceTypeGeneral="Software"/> <alternateIdentifiers> <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/3629445</alternateIdentifier> </alternateIdentifiers> <relatedIdentifiers> <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/mwaskom/seaborn/tree/v0.9.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.9.1</version> <rightsList> <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights> </rightsList> <descriptions> <description descriptionType="Abstract">v0.9.1 (January 2020) <p>This is a minor release with a number of bug fixes and adaptations to changes in seaborn's dependencies. There are also several new features.</p> <p>This is the final version of seaborn that will support Python 2.7 or 3.5.</p> New features <ul> <li>Added more control over the arrangement of the elements drawn by <code>clustermap</code> with the <code>{dendrogram,colors}_ratio</code> and <code>cbar_pos</code> parameters. Additionally, the default organization and scaling with different figure sizes has been improved.</li> <li>Added the <code>corner</code> option to <code>PairGrid</code> and <code>pairplot</code> to make a grid without the upper triangle of bivariate axes.</li> <li>Added the ability to seed the random number generator for the bootstrap used to define error bars in several plots. Relevant functions now have a <code>seed</code> parameter, which can take either fixed seed (typically an <code>int</code>) or a numpy random number generator object (either the newer <code>numpy.random.Generator</code> or the older <code>numpy.random.mtrand.RandomState</code>).</li> <li>Generalized the idea of "diagonal" axes in <code>PairGrid</code> to any axes that share an x and y variable.</li> <li>In <code>PairGrid</code>, the <code>hue</code> variable is now excluded from the default list of variables that make up the rows and columns of the grid.</li> <li>Exposed the <code>layout_pad</code> parameter in <code>PairGrid</code> and set a smaller default than what matptlotlib sets for more efficient use of space in dense grids.</li> <li>It is now possible to force a categorical interpretation of the <code>hue</code> varaible in a relational plot by passing the name of a categorical palette (e.g. <code>"deep"</code>, or <code>"Set2"</code>). This complements the (previously supported) option of passig a list/dict of colors.</li> <li>Added the <code>tree_kws</code> parameter to <code>clustermap</code> to control the properties of the lines in the dendrogram.</li> <li>Added the ability to pass hierarchical label names to the <code>FacetGrid</code> legend, which also fixes a bug in <code>relplot</code> when the same label appeared in diffent semantics.</li> <li>Improved support for grouping observations based on pandas index information in categorical plots.</li> </ul> Bug fixes and adaptations <ul> <li>Avoided an error when singular data is passed to <code>kdeplot</code>, issuing a warning instead. This makes <code>pairplot</code> more robust.</li> <li>Fixed the behavior of <code>dropna</code> in <code>PairGrid</code> to properly exclude null datapoints from each plot when set to <code>True</code>.</li> <li>Fixed an issue where <code>regplot</code> could interfere with other axes in a multi-plot matplotlib figure.</li> <li>Semantic variables with a <code>category</code> data type will always be treated as categorical in relational plots.</li> <li>Avoided a warning about color specifications that arose from <code>boxenplot</code> on newer matplotlibs.</li> <li>Adapted to a change in how matplotlib scales axis margins, which caused multiple calls to <code>regplot</code> with <code>truncate=False</code> to progressively expand the x axis limits. Because there are currently limitations on how autoscaling works in matplotlib, the default value for <code>truncate</code> in seaborn has also been changed to <code>True</code>.</li> <li>Relational plots no longer error when hue/size data are inferred to be numeric but stored with a string datatype.</li> <li>Relational plots now consider semantics with only a single value that can be interpreted as boolean (0 or 1) to be categorical, not numeric.</li> <li>Relational plots now handle list or dict specifications for <code>sizes</code> correctly.</li> <li>Fixed an issue in <code>pointplot</code> where missing levels of a hue variable would cause an exception after a recent update in matplotlib.</li> <li>Fixed a bug when setting the rotation of x tick labels on a <code>FacetGrid</code>.</li> <li>Fixed a bug where values would be excluded from categorical plots when only one variable was a pandas <code>Series</code> with a non-default index.</li> <li>Fixed a bug when using <code>Series</code> objects as arguments for <code>x_partial</code> or <code>y_partial</code> in <code>regplot</code>.</li> <li>Fixed a bug when passing a <code>norm</code> object and using color annotations in <code>clustermap</code>.</li> <li>Fixed a bug where annotations were not rearranged to match the clustering in <code>clustermap</code>.</li> <li>Fixed a bug when trying to call <code>set</code> while specifying a list of colors for the palette.</li> <li>Fixed a bug when resetting the color code short-hands to the matplotlib default.</li> <li>Avoided errors from stricter type checking in upcoming <code>numpy</code> changes.</li> <li>Avoided error/warning in <code>lineplot</code> when plotting categoricals with empty levels.</li> <li>Allowed <code>colors</code> to be passed through to a bivariate <code>kdeplot</code>.</li> <li>Standardized the output format of custom color palette functions.</li> <li>Fixed a bug where legends for numerical variables in a relational plot could show a surprisingly large number of decimal places.</li> <li>Improved robustness to missing values in distribution plots.</li> <li>Made it possible to specify the location of the <code>FacetGrid</code> legend using matplotlib keyword arguments.</li> </ul></description> </descriptions> </resource>
All versions | This version | |
---|---|---|
Views | 30,274 | 549 |
Downloads | 1,464 | 40 |
Data volume | 934.8 MB | 13.9 MB |
Unique views | 21,889 | 461 |
Unique downloads | 1,168 | 40 |