I am trying to make the x-axis visible. This is my dictionary
import collections od = collections.OrderedDict(sorted(dictionary.items())) od
and