bar chart

PHOTO EMBED

Thu Oct 14 2021 08:22:54 GMT+0000 (Coordinated Universal Time)

Saved by @CaoimhedeFrein #python

y_pos = np.arange(len(df_cuba.GP_per_sender))

plt.bar(y_pos,df_cuba.GP_per_sender)
content_copyCOPY