I am trying to graph a word frequency dict I have created, the dictionary structure is like:
OrderedDict([('abc', 367), ('abc', 312), ('abc', 286), ('abc', 57)])
However when running in Jupyer Notebook with the code shown below it is coming out poorly formatted.
Any suggestions? Many thanks in advance