Commit d02ddfa8 authored by legoktm's avatar legoktm
Browse files

Don't use tkinter as default matplotlib backend

parent 6bf0d886
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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