Skip to content

Conversation

@sketch123456
Copy link

This is concerning issue #1049

Currently, PSD layer plots (PSD, layer2/3 PSD, layer5 PSD) in the GUI display each layer on independent y-axes. This can be misleading, as L2/3 contributions may appear visually comparable to L5 or aggregate even when their magnitudes differ by orders of magnitude. This PR updates the _update_ax function in hnn_core/gui/_viz_manager.py to:

  1. Collect all PSD axes in fig._psd_axes
  2. After plotting, synchronize the y-axis limits across all PSD layer subplots.
  3. Ensure that legends display correctly for each layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant