Loading chart.py +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. """ import datetime import matplotlib matplotlib.use('png') import matplotlib.pyplot as plot import os import xml.etree.cElementTree as etree Loading Loading
chart.py +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. """ import datetime import matplotlib matplotlib.use('png') import matplotlib.pyplot as plot import os import xml.etree.cElementTree as etree Loading