Python script update

This commit is contained in:
Damian Michalski 2020-04-03 19:20:40 +02:00
parent 135f7f0b66
commit 3c3e9109d9

View File

@ -1,4 +1,5 @@
import matplotlib.pyplot as plt
matplotlib.use('Agg')
plt.plot([1, 2, 3, 4])
plt.ylabel('some numbers')
plt.savefig('test.png')