SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to change the size of plot the use arg figsize
figsize
df.groupby(['NFF', 'ABUSE']).size().unstack() .plot(kind='bar', stacked=True, figsize=(15, 5))