Skip to content

Commit f1bed8b

Browse files
committed
padding on all sides
1 parent 528ff79 commit f1bed8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/coordinates.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ encoding (a character vector of column names) instead of `x`/`y`.
9696
```{r}
9797
g2(iris, position = c('Sepal.Length', 'Sepal.Width',
9898
'Petal.Length', 'Petal.Width'), color = 'Species',
99-
padding = c(30, NA, NA, NA)) |>
99+
padding = 30) |>
100100
mark_line() |>
101101
coord_parallel() |>
102102
legend_color(position = 'bottom')

0 commit comments

Comments
 (0)