I\'m having trouble increasing the size of my plot figures using Seaborn (imported as sns). I\'m using sns.pairplot to plot columns of a data frame
sns
sns.pairplot
Try to put the size in parenthesis, this does the trick for me:
plt.rcParams['figure.figsize']=(10,10)