Skip to content

Commit ff93d0a

Browse files
committed
fix(visual): remove redundant RxMER text from multi-capture avg legend label
- update per-channel Min/Avg/Max chart legend in RxMER-Analysis-MIn-Avg-Max to use instead of - keep axis title so unit/context remains clear without repeating the metric in the legend - regenerate visual docs/previews for RxMER-Analysis-MIn-Avg-Max - 2026-02-23 01:55:07
1 parent 78c6baf commit ff93d0a

8 files changed

Lines changed: 282212 additions & 585797 deletions

File tree

CODING_AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
- Format capture timestamps as a human-readable date/time string (not raw epoch seconds).
4747
- Keep channel metadata in a separate block below `Device Info` (for example `Channel`, center/subcarrier frequency).
4848
- Display frequencies in `MHz` for UI-facing labels; raw `Hz` may be shown secondarily in parentheses when useful.
49-
- Default UI frequency labels/ticks to whole-number `MHz` (no decimal floats) unless precision is required for the specific visual.
49+
- Default UI frequency labels/ticks to whole-number `MHz` (frequency is not a float in the UI by default; no decimal floats) unless precision is required for the specific visual.
50+
- If the axis title already includes the unit (for example `Frequency (MHz)`), do not repeat the unit on every tick label.
5051
- Include units in graph titles/axis labels for measured values (for example `Magnitude (dB)` instead of `Magnitude`).
5152
- Center graph/panel titles for scanability and consistent visual layout.
5253
- When a visual can plot both raw values and moving-average/smoothed values, prefer a per-graph `Actual / Moving Avg` radio toggle instead of showing both at once by default (reduces clutter).

docs/visual-previews/MultiCapture/RxMER/RxMER-Analysis-MIn-Avg-Max.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/visual-previews/MultiCapture/RxMER/RxMER-Analysis-Rxmer-Heat-Map.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)