Skip to content

Commit

Permalink
Setup png export
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Feb 13, 2024
1 parent 3056dda commit 9798ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1274,11 +1274,11 @@
" 'showLink': False,\n",
" 'displayModeBar': True,\n",
" 'toImageButtonOptions': {\n",
" 'format': 'svg', # one of png, svg, jpeg, webp\n",
" 'format': 'png', # one of png, svg, jpeg, webp\n",
" 'filename': 'custom_image',\n",
" 'height': 2500,\n",
" 'width': 1100,\n",
" 'scale': 1.5 # Multiply title/legend/axis/canvas sizes by this factor\n",
" 'width': 1250,\n",
" 'scale': 1 # Multiply title/legend/axis/canvas sizes by this factor\n",
" }\n",
" }\n",
"\n",
Expand Down

0 comments on commit 9798ab7

Please sign in to comment.