Posts by Jhonatan Nascimento • 11 points
1 post
-
-1
votes2
answers1122
viewsQ: Label for bar graph - Matplotlib
Hello, I have this dataframe: I’m generating a bar graph of deaths per day, I’d like to put labels on the bars to show number for each day. plt.figure(figsize=(12, 8)) plt.bar(df2['Data'],…