Top "Seaborn" questions

Seaborn is a Python visualization library based on matplotlib.

Seaborn Color Palette not working appropiate with lineplot

I'm having a little trouble with customizing my colors for a lineplot. I want to show an ensemble of spectras …

python seaborn color-palette
FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated use `arr[tuple(seq)]`

I have searched S/O but I couldn't find a answer for this. When I try to plot a distribution …

python python-3.x pandas scipy seaborn
seaborn: legend with background color

The following question explains how to change the background color of a legend: matplotlib legend background color. However, if I …

python plot legend seaborn
how to change the order of factor plot in seaborn

My data looks like this: m=pd.DataFrame({'model':['1','1','2','2','13','13…

python pandas bar-chart seaborn
Auto adjust font size in seaborn heatmap

when using seaborn heatmap, is there a way to auto-adjust the font size for it to fit exactly inside the …

python matplotlib seaborn
Export pandas Styled table to image file

The code below when run in jupyter notebook renders a table with a colour gradient format that I would like …

python pandas export jupyter-notebook seaborn
tick frequency when using seaborn/matplotlib boxplot

I am plotting with seaborn a series of boxplots with sns.boxplot(full_array) where full_array contains 200 arrays. Therefore, …

python matplotlib seaborn boxplot
How to get the numerical fitting results when plotting a regression in seaborn?

If I use the seaborn library in Python to plot the result of a linear regression, is there a way …

python seaborn
Ordering boxplot x-axis in seaborn

My dataframe round_data looks like this: error username task_path 0 0.02 n49vq14uhvy93i5uw33tf7s1ei07vngozrzlsr6…

python matplotlib boxplot seaborn
AttributeError: Unknown property legend in seaborn

The seaborn stripplot has a function which allows hue. Using the example from https://stanford.edu/~mwaskom/software/seaborn/generated/…

python pandas matplotlib legend seaborn