Skip to content

Commit

Permalink
Changed extension for FET plots from PNG to SVG
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Nov 16, 2020
1 parent ca59b23 commit 5ea58cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def generate_fet_plots(
parser.add_argument(
'--ext',
help='The image extension to use for figures',
default='png'
default='svg'
)
args = parser.parse_args()

Expand Down

0 comments on commit 5ea58cd

Please sign in to comment.