Changed extension for FET plots from PNG to SVG

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
Grzegorz Latosinski 2020-11-16 15:29:28 +01:00
parent ee63e6cb87
commit c8b18d8ad4
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ if __name__ == '__main__':
parser.add_argument( parser.add_argument(
'--ext', '--ext',
help='The image extension to use for figures', help='The image extension to use for figures',
default='png' default='svg'
) )
args = parser.parse_args() args = parser.parse_args()