ex-1: move slides-plot to ex-1/plots/

This commit is contained in:
Michele Guerini Rocco 2020-06-09 11:56:31 +00:00
parent 354b3618de
commit b9aee64e9d

View File

@ -19,7 +19,6 @@ def moyal(x, μ, σ):
def main(args):
# prepare figure
if args.show:
plt.figure()
@ -90,7 +89,6 @@ def main(args):
if __name__ == '__main__':
# Parse data
parser = argparse.ArgumentParser()
parser.add_argument('-i', '--show',