Compare commits

..

No commits in common. "ca666a10e1ceb7c3d10370d06c7086edc5cd0d66" and "8377767761442d6a93b6b574c01c08225ebbfb59" have entirely different histories.

View file

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