-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.save gives a very large picture with table only taking up a small fraction #504
Comments
Shoot, sorry this isn't capturing just the table. What browser and browser version are you using? There's some funkiness with how browsers reckon the size of the table that we try to work around :/. |
I have the same issue, I am using the latest Chrome version (130.0.6723.117). Related, is there a way to set the DPI of the image saved when using GT.save()? thanks for a great package btw! |
Getting the same error with edge as well |
@machow weirdly , I don't see the error anymore :-) I'm using Chrome 130.0.6723.117 (64-bit) on Windows. |
Hi, any updates on this? I also mentioned it in #424, at least for me this issue is still relevant. Do you need further data? I just tested it on a fresh GT install with one of the examples from the Examples pages, and I received that same huge image when using |
Hey, sorry for the wait. I'm trying to reproduce but not having any luck. Here is the version of chromium we use to validate in github actions:
If you're still having this issue, do you mind posting your version again? Sorry for the trouble nailing down screenshot issues. All the different browsers, versions, and their interactions with operating systems makes this a bit of a moving target 😓 |
Thanks for looking into this, I am using Version 132.0.6834.84 (Official Build) (64-bit). Still encountering the same issue, unfortunately. Is there any workaround? I am using a Windows 11 Enterprise machine. |
Prework
Description
.save gives a very large picture with table only taking up a small fraction
Reproducible example
When I run the following:
it produces this image (notice all the whitespace).
Expected result
I would have exected the resulting image to be "zoomed" in (no whitespace).
Development environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: