-
Notifications
You must be signed in to change notification settings - Fork 35
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
map png save uses wrong height #392
Comments
Also, on the same note (but perhaps worth a different issue) - it would be nice to have control over the default resolution, currently always 600, when the physical display isn't big enough. |
This looks like a typo. As a simple fix for the resolution, we could try to use the double of the current size. I'll need to check if plotly will actually render a higher resolution image though. |
I've definitely changed the 600 -> 1200. or 2400 in the web version, by editing |
Actually, the JS function accepts a |
The map png save button uses the width for both the width and the height of the saved bitmap. svg seems to use width for width and height for height, as I'd have expected.
chemiscope/src/map/map.ts
Line 138 in 0bb0f8d
The text was updated successfully, but these errors were encountered: