Skip to content

Commit 2c0b775

Browse files
committed
rescale image
1 parent 2332cbd commit 2c0b775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@
10371037
" y = 'cty',\n",
10381038
" facet_col = 'cyl',\n",
10391039
" facet_row = 'drv')\n",
1040-
"Image(fig.to_image(format=\"png\", width=900, height=900))"
1040+
"Image(fig.to_image(format=\"png\", width=900, height=900, scale=2))"
10411041
]
10421042
},
10431043
{

0 commit comments

Comments
 (0)