Skip to content
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

Adjust exp. tracking CSS to account for tall matplotlib images #1145

Merged
merged 6 commits into from
Oct 28, 2022

Conversation

tynandebold
Copy link
Member

@tynandebold tynandebold commented Oct 26, 2022

Signed-off-by: Tynan DeBold [email protected]

Description

Fixes #1144.

Development notes

I've adjusted the CSS to allow for very tall images in experiment tracking. Before this PR we were limiting the height and now we aren't.

QA notes

The run 2022-09-05T12.27.04.496Z has a very tall image in there now. Check that run to see that the image isn't covering any of the other elements on the page like in the screenshot in the linked issue. I'll remove this test image before merging the PR.

Checklist

  • Read the contributing guidelines
  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Updated the documentation to reflect the code changes
  • Added new entries to the RELEASE.md file
  • Added tests to cover my changes

Signed-off-by: Tynan DeBold <[email protected]>
@tynandebold tynandebold requested a review from yetudada as a code owner October 26, 2022 11:03
@tynandebold tynandebold removed the request for review from yetudada October 26, 2022 11:04
@tynandebold tynandebold self-assigned this Oct 26, 2022
Copy link
Contributor

@Huongg Huongg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Contributor

@cvetankanechevska cvetankanechevska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, This looks good! Just one comment, when you click the image is blurry, as I read your description this image is used only for testing, but how can we be sure of image size to be displayed in full quality?

@tynandebold
Copy link
Member Author

We leave the image size up to the developer who's saving the images. We'll then render whatever they save to their project, so it'll always be in the full quality that they saved it as.

Signed-off-by: Tynan DeBold <[email protected]>
Signed-off-by: Tynan DeBold <[email protected]>
Signed-off-by: Tynan DeBold <[email protected]>
Signed-off-by: Tynan DeBold <[email protected]>
@tynandebold tynandebold merged commit bc1a5d3 into main Oct 28, 2022
@tynandebold tynandebold deleted the fix/tall-matplotlib-layout-issue branch October 28, 2022 10:14
@tynandebold tynandebold mentioned this pull request Jan 18, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Long matplotlib plots overflow in experiment tracking
3 participants