Skip to content

Commit b58a8b4

Browse files
committed
Set pdf
1 parent 8fb2ec1 commit b58a8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plot_diagram.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def parse_arguments():
1212
parser = argparse.ArgumentParser()
1313
parser.add_argument('conf_file', default='', help='path of the config')
1414
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')
15+
parser.add_argument('--format', default='pdf', help='overwrite the save figure format, pdf|png|jpg')
1616
args = parser.parse_args()
1717
# args, unknown = parser.parse_known_args()
1818
return args

0 commit comments

Comments
 (0)