diff options
| author | J08nY | 2018-12-17 10:53:59 +0100 |
|---|---|---|
| committer | J08nY | 2018-12-17 10:53:59 +0100 |
| commit | 9577bff6eca3b713c9c29b2f0cff2f13368df527 (patch) | |
| tree | 9436c9588d63273f5da403bdfa1b303f0ea547fe /util/plot_gen.py | |
| parent | bb5de2b3b731f7b022be9703fc2f5eae99893ac1 (diff) | |
| download | ECTester-9577bff6eca3b713c9c29b2f0cff2f13368df527.tar.gz ECTester-9577bff6eca3b713c9c29b2f0cff2f13368df527.tar.zst ECTester-9577bff6eca3b713c9c29b2f0cff2f13368df527.zip | |
Diffstat (limited to 'util/plot_gen.py')
| -rwxr-xr-x | util/plot_gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/plot_gen.py b/util/plot_gen.py index b562404..4ee1ddc 100755 --- a/util/plot_gen.py +++ b/util/plot_gen.py @@ -18,7 +18,7 @@ from matplotlib import ticker, colors from copy import deepcopy import argparse -from utils import hw, moving_average, plot_hist, jackknife_entropy, miller_correction +from utils import hw, moving_average, plot_hist, miller_correction if __name__ == "__main__": parser = argparse.ArgumentParser(description="Plot results of ECTester key generation timing.") |
