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
v0.9.1 (January 2020)
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.
This is the final version of seaborn that will support Python 2.7 or 3.5.
New featuresclustermap
with the {dendrogram,colors}_ratio
and cbar_pos
parameters. Additionally, the default organization and scaling with
different figure sizes has been improved.corner
option to PairGrid
and pairplot
to make a
grid without the upper triangle of bivariate axes.seed
parameter, which can take either fixed
seed (typically an int
) or a numpy random number generator object
(either the newer numpy.random.Generator
or the older
numpy.random.mtrand.RandomState
).PairGrid
to any axes
that share an x and y variable.PairGrid
, the hue
variable is now excluded from the default
list of variables that make up the rows and columns of the grid.layout_pad
parameter in PairGrid
and set a smaller
default than what matptlotlib sets for more efficient use of space
in dense grids.hue
varaible in a relational plot by passing the name of a
categorical palette (e.g. "deep"
, or "Set2"
). This complements
the (previously supported) option of passig a list/dict of colors.tree_kws
parameter to clustermap
to control the
properties of the lines in the dendrogram.FacetGrid
legend, which also fixes a bug in relplot
when the
same label appeared in diffent semantics.kdeplot
, issuing
a warning instead. This makes pairplot
more robust.dropna
in PairGrid
to properly exclude
null datapoints from each plot when set to True
.regplot
could interfere with other axes in a
multi-plot matplotlib figure.category
data type will always be
treated as categorical in relational plots.boxenplot
on newer matplotlibs.regplot
with truncate=False
to
progressively expand the x axis limits. Because there are currently
limitations on how autoscaling works in matplotlib, the default
value for truncate
in seaborn has also been changed to True
.sizes
correctly.pointplot
where missing levels of a hue variable
would cause an exception after a recent update in matplotlib.FacetGrid
.Series
with a non-default
index.Series
objects as arguments for x_partial
or y_partial
in regplot
.norm
object and using color annotations
in clustermap
.clustermap
.set
while specifying a list of
colors for the palette.numpy
changes.lineplot
when plotting categoricals with
empty levels.colors
to be passed through to a bivariate kdeplot
.FacetGrid
legend
using matplotlib keyword arguments.Name | Size | |
---|---|---|
mwaskom/seaborn-v0.9.1.zip
md5:58db29d4775ea784fc37219064c608a0 |
348.1 kB | Download |
All versions | This version | |
---|---|---|
Views | 29,210 | 537 |
Downloads | 1,436 | 38 |
Data volume | 897.4 MB | 13.2 MB |
Unique views | 21,104 | 449 |
Unique downloads | 1,141 | 38 |