Compare commits

...

3 commits

View file

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