Python script update
This commit is contained in:
parent
3c3e9109d9
commit
5f287f23eb
3
plot.py
3
plot.py
@ -1,5 +1,6 @@
|
|||||||
import matplotlib.pyplot as plt
|
import matplotlib
|
||||||
matplotlib.use('Agg')
|
matplotlib.use('Agg')
|
||||||
|
import matplotlib.pyplot as plt
|
||||||
plt.plot([1, 2, 3, 4])
|
plt.plot([1, 2, 3, 4])
|
||||||
plt.ylabel('some numbers')
|
plt.ylabel('some numbers')
|
||||||
plt.savefig('test.png')
|
plt.savefig('test.png')
|
||||||
|
Loading…
Reference in New Issue
Block a user