Rotate the X axis labels that are plotted from a Dictionary keys as X axis and Y axis as Values Pandas

后端 未结 0 1532
温柔的废话
温柔的废话 2021-02-02 14:01

I am trying to make the x-axis visible. This is my dictionary


import collections
od = collections.OrderedDict(sorted(dictionary.items()))
od

and

相关标签:
回答
  • 消灭零回复
提交回复
热议问题