Python script update

This commit is contained in:
Damian Michalski 2020-04-03 19:22:25 +02:00
parent 3c3e9109d9
commit 5f287f23eb
2 changed files with 2 additions and 1 deletions

View File

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

BIN
test.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB