Skip to content

Commit

Permalink
Update vidplots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leanfried committed Apr 22, 2022
1 parent 1294175 commit 2c3f49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/vidplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def exportIm(fn:str, fig) -> None:
for dire in dires[:-1]:
os.mkdir(dire)
for s in ['.svg', '.png']:
fig.savefig(fn+s, bbox_inches='tight', dpi=300)
fig.savefig(fn+s, bbox_inches='tight', dpi=300, transparent=True)
logging.info(f'Exported {fn}')

def parseTag(tag:str) -> dict:
Expand Down

0 comments on commit 2c3f49e

Please sign in to comment.