Email tariffs daily

This commit is contained in:
Aart van Halteren
2022-10-23 12:23:08 +02:00
parent d799468869
commit c7aa6e5d92
2 changed files with 47 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ class Cost
title = "Tarief per kwH (incl. belastingen en BTW) - %s" % date.strftime("%A, %e %B %Y")
xlabel = "uur"
ylabel = "EUR"
GR.savefig("easy_tariff_%s.png" % date.strftime("%F"), title: title, xlabel: xlabel, ylabel: ylabel)
GR.savefig("plots/easy_tariff_%s.png" % date.strftime("%F"), title: title, xlabel: xlabel, ylabel: ylabel)
end
def easy_energy_cost_barplot(date)