This is my data frame I\'m trying to plot:
my_dic = {\'stats\': {\'apr\': 23083904, \'may\': 16786816, \'june\'
Since you already using pandas
import matplotlib.pyplot as plt my_df.plot(kind='bar') plt.ticklabel_format(style='plain', axis='y')