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

Improve readability of CV plot #3426

Closed
wants to merge 3 commits into from

Conversation

mgarrard
Copy link
Contributor

Summary:
In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:

  • tightening the autozoom
  • making the points more transparent so they are more visible individually
  • improving the hover
  • adding x and y axis titles

Thanks for pointing some of these out Sam!

Differential Revision: D70195847

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Feb 27, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70195847

mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 27, 2025
Summary:

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Differential Revision: D70195847
@codecov-commenter
Copy link

codecov-commenter commented Feb 27, 2025

Codecov Report

Attention: Patch coverage is 89.47368% with 2 lines in your changes missing coverage. Please review.

Project coverage is 95.99%. Comparing base (92b9279) to head (4898b8b).

Files with missing lines Patch % Lines
ax/analysis/plotly/cross_validation.py 85.71% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3426      +/-   ##
==========================================
- Coverage   95.99%   95.99%   -0.01%     
==========================================
  Files         539      539              
  Lines       52850    52850              
==========================================
- Hits        50735    50734       -1     
- Misses       2115     2116       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 27, 2025
Summary:

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Differential Revision: D70195847
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70195847

mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 27, 2025
Summary:
Pull Request resolved: facebook#3426

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Differential Revision: D70195847
@mgarrard mgarrard force-pushed the export-D70195847 branch 2 times, most recently from fdee121 to 0146b8f Compare February 27, 2025 16:59
mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 27, 2025
Summary:

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Differential Revision: D70195847
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70195847

mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 27, 2025
Summary:

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Differential Revision: D70195847
mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 27, 2025
Summary:

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Differential Revision: D70195847
mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 27, 2025
Summary:

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Reviewed By: mpolson64

Differential Revision: D70195847
mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 27, 2025
Summary:

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Reviewed By: mpolson64

Differential Revision: D70195847
mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 27, 2025
Summary:

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Reviewed By: mpolson64

Differential Revision: D70195847
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70195847

mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 27, 2025
Summary:
Pull Request resolved: facebook#3426

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Reviewed By: mpolson64

Differential Revision: D70195847
Mia Garrard added 2 commits February 27, 2025 16:24
…hing breaks if we update analysis_Base, Temporary Commit at 2/25/2025, 1:16:09 PM

Summary: ....

Differential Revision: D69725960
…ked changes)

Differential Revision: D69754828
mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 28, 2025
Summary:

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Reviewed By: mpolson64

Differential Revision: D70195847
Summary:
Pull Request resolved: facebook#3426

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Reviewed By: mpolson64

Differential Revision: D70195847
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70195847

mgarrard added a commit to mgarrard/Ax that referenced this pull request Feb 28, 2025
Summary:

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Reviewed By: mpolson64

Differential Revision: D70195847
mgarrard added a commit to mgarrard/Ax that referenced this pull request Mar 1, 2025
Summary:

In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by:
- tightening the autozoom
- making the points more transparent so they are more visible individually
- improving the hover
- adding x and y axis titles

Thanks for pointing some of these out Sam!

Reviewed By: mpolson64

Differential Revision: D70195847
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in d6b5f53.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants