Commit 8a217d1
committed
fix(plot-builder): auto-smart groups by polar condition, not per-alpha
Alpha is the sweep variable for polars—it should never be a grouping
key in Auto (Smart) mode. Removes autoGroupInvariant from alpha and
excludes it from label generation so CD-vs-CL plots group by
(airfoil, Re, Mach, …) instead of exploding into one series per point.
Made-with: Cursor1 parent fd1c2ef commit 8a217d1
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments