# Manually set the position and relative size of the inset axes within ax1
# Manually set the position and relative size of the inset axes within ax1
#ip = InsetPosition(ax, [0.65,0.6,0.35,0.4])
#ip = InsetPosition(ax, [0.65,0.6,0.35,0.4])
...
@@ -180,7 +220,7 @@ def main():
...
@@ -180,7 +220,7 @@ def main():
parser.add_argument('-t','--test-run',type=int,metavar='INT',help='Run to test',default=None)
parser.add_argument('-t','--test-run',type=int,metavar='INT',help='Run to test',default=None)
parser.add_argument('-m','--model',type=str,metavar='FILENAME',default="",help='Model to load. If given, do not train a model and just do inference with this one.')
parser.add_argument('-m','--model',type=str,metavar='FILENAME',default="",help='Model to load. If given, do not train a model and just do inference with this one.')
parser.add_argument('-d','--directory',type=str,metavar='DIRECTORY',default=".",help='Where to save the results.')
parser.add_argument('-d','--directory',type=str,metavar='DIRECTORY',default=".",help='Where to save the results.')