Skip to content

fix(plotting): restore hover on spread_plot mean traces (#875) - #879

Merged
jepegit merged 1 commit into
masterfrom
875-spread-plot-hover
Aug 10, 2026
Merged

fix(plotting): restore hover on spread_plot mean traces (#875)#879
jepegit merged 1 commit into
masterfrom
875-spread-plot-hover

Conversation

@jepegit

@jepegit jepegit commented Aug 10, 2026

Copy link
Copy Markdown
Owner

Summary

  • spread_plot mean traces get a hovertemplate (series key, variable, cycle, mean, std via customdata).
  • Upper/Lower Bound band traces use hoverinfo="skip".
  • Docs + essential test.

Closes #875.

Test plan

  • MPLBACKEND=Agg uv run --extra batch pytest tests/test_collected_summary_axes.py -q -k spread
  • MPLBACKEND=Agg uv run --extra batch pytest -m essential -q
  • Toggle spread in an app and confirm hover shows mean/std; bounds not hoverable

Made with Cursor

Mean traces now carry group_it-parity hovertemplates (including std);
band edge traces skip hover. Closes #875.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cursor

cursor Bot commented Aug 10, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@jepegit
jepegit merged commit bb96e6e into master Aug 10, 2026
8 checks passed
@jepegit
jepegit deleted the 875-spread-plot-hover branch August 10, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

spread_plot traces carry no hovertemplate — turning on spread loses all hover detail

1 participant