0
Q:

seaborn expand plot to full width jupyter notebook

plt.rcParams['figure.figsize'] = [width, height]
0
from matplotlib import pyplot
import seaborn

import mylib

a4_dims = (11.7, 8.27)
df = mylib.load_data()
fig, ax = pyplot.subplots(figsize=a4_dims)
seaborn.violinplot(ax=ax, data=df, **violin_options)
0

New to Communities?

Join the community