In recent days, I have been picking up spot prices from Nord Pool. Prices for the next day does get released every day at 14:00 (if I have understood it correctly). And so far it seems to be true.
And with that information, I wanted to easily visualize it. So I learned a bit about matplotlib which you can quite easily visualize your values in graphs from your python code without moving everything over to eg. a spreadsheet and formatting the graph manually. Now I do everything with code at the touch of a button and get the picture below.
My first test of matplotlib