heyajulia / energieprijzen

A bot that posts tomorrow's ANWB Energie prices to a Telegram channel every day.
https://t.me/s/energieprijzen
MIT License
0 stars 0 forks source link

Create a price data chart #20

Closed heyajulia closed 1 month ago

heyajulia commented 1 year ago

It'd be nice if the bot also sent a chart to make the data available in a different way that might be easier to scan, depending on context. I've been experimenting a bit with Seaborn, and I like what I've been able to do with it relatively quickly, although it's nowhere near as pretty as I'd like it to be, and it would be quite a challenge to use it from Go.

[!WARNING]

This chart does not contain the actual data; I generated it using random.uniform.

chart

heyajulia commented 1 year ago

There are just a few more things left to do:

heyajulia commented 1 year ago

This is the final result for now. I've addressed the most urgent TODOs and am incredibly pleased with how well it turned out.

chart (11)