Answers for "change size seaborn plot"

0

seaborn increace figure size

import seaborn as sns

sns.set(rc={'figure.figsize':(11.7,8.27)})
Posted by: Guest on July-05-2021
0

seaborn expand plot to full width jupyter notebook

plt.rcParams['figure.figsize'] = [width, height]
Posted by: Guest on May-29-2020

Python Answers by Framework

Browse Popular Code Answers by Language