Changed extension for FET plots from PNG to SVG
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
parent
ee63e6cb87
commit
c8b18d8ad4
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue