File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 25302530 pt = _apply-labs (pt , labs )
25312531 pt = _post-train (pt , p . layers )
25322532 pt = _apply-coord-transform (pt , coord )
2533- pt = _apply-expand (pt , coord )
25342533 pt = _apply-coord (pt , coord )
2534+ pt = _apply-expand (pt , coord )
25352535 pt = _apply-flip (pt , coord )
25362536 let merged = trained
25372537 if free-x and pt . at (" x" , default : none ) != none {
33203320 // is preserved for stats and training but may render outside the panel.
33213321 let coord = spec . at (" coord" , default : none )
33223322 trained = _apply-coord-transform (trained , coord )
3323- trained = _apply-expand (trained , coord )
33243323 trained = _apply-coord (trained , coord )
3324+ trained = _apply-expand (trained , coord )
33253325 // coord-flip swaps trained x and y so axis labels swap automatically;
33263326 // direction-sensitive geoms branch on `ctx.flipped` inside their draw.
33273327 trained = _apply-flip (trained , coord )
You can’t perform that action at this time.
0 commit comments