Small fixes for auszahlung.py
This commit is contained in:
@ -45,7 +45,7 @@ def main() -> None:
|
||||
plt.plot(c.keys(), c.values())
|
||||
plt.legend(['\n'.join(a) for a in names], fontsize=8)
|
||||
plt.xlabel('Gradation [°Oe]')
|
||||
plt.ylabel('Betrag [€]')
|
||||
plt.ylabel('Betrag [€/kg]')
|
||||
plt.vlines([55, 68, 73, 84], 0.0, 1.5, colors='black')
|
||||
plt.xlim([50, 120])
|
||||
plt.ylim([0.0, 1.5])
|
||||
|
Reference in New Issue
Block a user