My dictionary look like this:
{'come': 101, 'con': 101, 'si': 101, 'ha': 104, 'una': 107,
'quindi': 114, 'le': 119, 'poi': 128, 'io': 129, 'per': 147,
'sono': 155, 'in': 175, 'ho': 179, 'il': 200, 'mi': 245,
'la': 247, 'non': 265, 'un': 270, 'di': 310, 'che': 377}
I want to plot a bar chart which shows each word sorted (in ascending order) by it's value. How would I do this? I have tried sorting the dictionary myself and then plotting, however the bars in the graph aren't sorted