enlarge count plot graph python code example
Example 1: seaborn size
import seaborn as sns
sns.set(rc={'figure.figsize':(11.7,8.27)})
Example 2: seaborn expand plot to full width jupyter notebook
plt.rcParams['figure.figsize'] = [width, height]