瀏覽代碼

saco import

David 10 年之前
父節點
當前提交
91f5c548df
共有 2 個文件被更改,包括 0 次插入2 次删除
  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