Commit a536ac9
fix: apply ._strip_nulls to user ... in ._scale_xy_impl
scale_x/scale_y pass user ... through to the scale fun via
c(args, list(...)). If extra_args contains NULL values they can
trigger the same guide=none bug that .scale_colour_fun had.
Also replaces the inline NULL-strip on line 298 with the now-
centralized ._strip_nulls helper (code review finding #2).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5b5f01b commit a536ac9
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
0 commit comments