Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add logging
  • Loading branch information
camdecoster committed Nov 19, 2025
commit b43ff758e7b6f463695bb0788244b1c6f91e8d36
1 change: 1 addition & 0 deletions test/image/make_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
if 'b64-json' in sys.argv and attempt == 0 : print(json.dumps(fig, indent = 2))

try :
print(f"plotly.js version: {pio.kaleido.scope.plotlyjs}")
pio.write_image(
fig=fig,
file=os.path.join(dirOut, outName + '.png'),
Expand Down