We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb2ec1 commit b58a8b4Copy full SHA for b58a8b4
plot_diagram.py
@@ -12,7 +12,7 @@ def parse_arguments():
12
parser = argparse.ArgumentParser()
13
parser.add_argument('conf_file', default='', help='path of the config')
14
parser.add_argument('--save_prefix', default='', help='append string to the save filename')
15
- parser.add_argument('--format', default='jpg', help='overwrite the save figure format, pdf|png|jpg')
+ parser.add_argument('--format', default='pdf', help='overwrite the save figure format, pdf|png|jpg')
16
args = parser.parse_args()
17
# args, unknown = parser.parse_known_args()
18
return args
0 commit comments