I am trying to display a histogram, and it doesn't work, but instead prints `-----------`... My code is ``` with open("cpuhistory.txt", "r") as n: plot_hist(n) n.close() ``` and cpuhistory.txt is https://pastebin.com/vPMBTxzJ . How can I get it working?
I am trying to display a histogram, and it doesn't work, but instead prints
-----------... My code isand cpuhistory.txt is https://pastebin.com/vPMBTxzJ .
How can I get it working?