-
Notifications
You must be signed in to change notification settings - Fork 325
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
Fix png sizing #172
Fix png sizing #172
Conversation
Changes in either Selenium or the ChromeDriver causes the lower parts of charts to be cropped in the png output. The Bokeh `get_screenshot_as_png` has some smarter calculations to overcome this. Plus it also allows a scale factor to improve output resolution.
Removed Python3.8 and added 3.11 in some different places, prepped for a release 5.0.0 (as we are dropping support for 3.8) and added support to use make black for code formatting. Is it possible for you @jhyching to change the target of this PR to the branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
What this PR does / why we need it:
Fix bad cropping of
png
and add a bit more functionality.Which issue(s) this PR fixes
Fixes bad cropping in
png
introduced by changes to chrome webdriver.Special notes for your reviewer:
Release note: