David 10 år sedan
förälder
incheckning
91f5c548df
2 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 1
      scripts/batchplotter.py
  2. 0 1
      scripts/plotter.py

+ 0 - 1
scripts/batchplotter.py

@@ -1,7 +1,6 @@
 #!/usr/bin/env python3
 # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4
 import json
-import numpy as np
 import matplotlib.pyplot as plt
 import os
 import sys

+ 0 - 1
scripts/plotter.py

@@ -1,6 +1,5 @@
 #!/usr/bin/env python3
 import json
-import numpy as np
 import matplotlib.pyplot as plt
 import sys