Compare commits

...

3 commits

View file

@ -7,7 +7,7 @@ import argparse
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import numpy as np import numpy as np
###the comandline interface ###the commandline interface
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
prog='plot_hist.py', prog='plot_hist.py',
description='takes a .hist file as input and creates a plot') description='takes a .hist file as input and creates a plot')