Posts by Roberto Nociti • 11 points
1 post
-
0
votes0
answers16
viewsQ: I can’t change the size of a picture - Matplotlib
I need to create a figure in bars, I’m trying to increase the size, as follows: plt.figure(figsize=(8,8)) plt.bar(df_nacoes_ano) plt.show() But I get the following message: TypeError: bar() missing…