Include output title in correlation plot axis labels#765
Merged
SimonHeybrock merged 3 commits intomainfrom Mar 6, 2026
Merged
Conversation
For multi-output workflows, the axis source title now includes the output title (e.g., "Cave Monitor (Delta)" instead of "Cave Monitor") in both the wizard modal and the rendered plot axis labels. Axis title resolution is applied at plotter creation time in the orchestrator, ensuring correctness for configs loaded from persistence or templates, not just the wizard flow. Closes #757
The modal already bakes the correct output title into x_axis_source / y_axis_source when creating or editing correlation histogram configs. The orchestrator does not need to duplicate this logic at plotter creation time.
When a workflow has multiple outputs, append the output title to the source title in correlation histogram axis labels to disambiguate (e.g. "Cave Monitor (Delta)"). Single-output workflows are unchanged.
Member
Author
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Motivation
Fixes #757 — the correlation plot wizard and rendered axis labels were missing the output title, making it ambiguous which output a given axis referred to when the workflow produces multiple outputs.
Test plan
resolve_axis_source_titles/inject_axis_source_titles(single-output, multi-output, both axes, dict/model params)x_axis_sourcewith output title🤖 Generated with Claude Code