When I try to use write_image to create a static image, it seems like the image is clipped.
I am using a layout with width = 1500, height = 1000
Can I control the size of the static image?
When I try to use write_image to create a static image, it seems like the image is clipped.
I am using a layout with width = 1500, height = 1000
Can I control the size of the static image?
Hi @nilanjenator,
You can set the dimensions of the output image with the width
/height
arguments to plotly.io.write_image
. If thatโs not helpful, could you share an example that shows the behavior youโre seeing?
-Jon