Skip to content

re-order plots#2

Merged
paulf81 merged 1 commit intodevelopfrom
feature/plant_power_at_bottom
Apr 16, 2026
Merged

re-order plots#2
paulf81 merged 1 commit intodevelopfrom
feature/plant_power_at_bottom

Conversation

@paulf81
Copy link
Copy Markdown
Collaborator

@paulf81 paulf81 commented Apr 16, 2026

Re order the plots to put power and prices closer

@paulf81 paulf81 requested a review from Copilot April 16, 2026 20:52
@paulf81 paulf81 self-assigned this Apr 16, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Reorders subplot stacking so custom signal panels appear above the standard plots, keeping plant power and market price adjacent near the bottom.

Changes:

  • Updated subplot plan ordering to append custom signals first, then plant power, then market.
  • Updated plotting docstrings to document the new row ordering behavior.
  • Adjusted the plotting test expectations to match the new ordering.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
tests/test_plotting.py Updates assertions to reflect the reordered subplot plan.
herc_analysis/plotting.py Reorders subplot plan construction and documents the row ordering rules.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tests/test_plotting.py
Comment on lines +115 to 117
assert ids[0] == "signal_0"
assert ids[1] == "plant_power"
assert ids[2] == "market"
@paulf81 paulf81 merged commit bb02de4 into develop Apr 16, 2026
10 checks passed
@paulf81 paulf81 deleted the feature/plant_power_at_bottom branch April 16, 2026 21:07
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.

2 participants