Skip to content

Commit b898b16

Browse files
committed
Change default svg rendering size to 1080x1080
1 parent b43fd72 commit b898b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter/GitHistoryGeneral.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@
208208
")\n",
209209
"plotly_treemap_figure_show_settings = dict(\n",
210210
" renderer=\"svg\" if is_command_line_execution() else None,\n",
211-
" width=1000,\n",
212-
" height=800\n",
211+
" width=1080,\n",
212+
" height=1080\n",
213213
")\n",
214214
"\n",
215215
"plotly_treemap_marker_base_style = dict(\n",

0 commit comments

Comments
 (0)