ex-1: move slides-plot to ex-1/plots/
This commit is contained in:
parent
354b3618de
commit
b9aee64e9d
@ -19,7 +19,6 @@ def moyal(x, μ, σ):
|
|||||||
|
|
||||||
|
|
||||||
def main(args):
|
def main(args):
|
||||||
|
|
||||||
# prepare figure
|
# prepare figure
|
||||||
if args.show:
|
if args.show:
|
||||||
plt.figure()
|
plt.figure()
|
||||||
@ -90,7 +89,6 @@ def main(args):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
||||||
# Parse data
|
# Parse data
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument('-i', '--show',
|
parser.add_argument('-i', '--show',
|
Loading…
Reference in New Issue
Block a user