Publication | Open Access
mwaskom/seaborn: v0.8.1 (September 2017)
413
Citations
0
References
2017
Year
v0.8.1 (September 2017) 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. 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>. 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. Improved robustness of <code>kdeplot</code> and <code>distplot</code> to data with fewer than two observations. Fixed a bug in <code>clustermap</code> when using <code>yticklabels=False</code>. Fixed a bug in <code>pointplot</code> where colors were wrong if exactly three points were being drawn. Fixed a bug in<code>pointplot</code> where legend entries for missing data appeared with empty markers. Fixed a bug in <code>clustermap</code> where an error was raised when annotating the main heatmap and showing category colors. Fixed a bug in <code>clustermap</code> where row labels were not being properly rotated when they overlapped. Fixed a bug in <code>kdeplot</code> where the maximum limit on the density axes was not being updated when multiple densities were drawn. Improved compatibility with future versions of pandas.