1
0
mirror of https://github.com/GOSTSec/gostcoin.i2p synced 2025-02-05 19:34:21 +00:00

make script working on a vps

This commit is contained in:
orignal 2017-09-04 11:45:30 -04:00
parent 564f261d47
commit b16eb89078

1
scripts/plot.py Normal file → Executable file
View File

@ -2,6 +2,7 @@
# requirements: sudo pip3 install matplotlib # requirements: sudo pip3 install matplotlib
import matplotlib;matplotlib.use('Agg')
import numpy as np import numpy as np
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import matplotlib.ticker as ticker import matplotlib.ticker as ticker