You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched extensively for a way to set the compression level when saving charts to PNG/JPG files using function plotly.io.write_image. Function plotly.express.imshow has a parameter binary_compression_level that seems to fit the bill, but plotly.io.write_image does not. I could not figure out if this could be achieved using scopes.
This feature would be useful to control disk/cpu usage when saving large amounts of images, which is my purpose here. What say you?