From 5e565986927d88a3a6c5b536881356da7541e472 Mon Sep 17 00:00:00 2001 From: Victor Zimmermann <zimmermann@cl.uni-heidelberg.de> Date: Thu, 29 Mar 2018 14:08:10 +0200 Subject: [PATCH] Remove matplotlib import. --- source/absinth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/absinth.py b/source/absinth.py index f9ea20d..f8ceb8e 100644 --- a/source/absinth.py +++ b/source/absinth.py @@ -32,7 +32,7 @@ import sys print('[a] Loading ' + sys.argv[0] + '.\n') import config import json -import matplotlib.pyplot as plt +#import matplotlib.pyplot as plt import networkx as nx # for visualisation import numpy as np import os # for reading files -- GitLab