Skip to content

Commit

Permalink
typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
rdboyes committed Apr 8, 2024
1 parent 0f36e38 commit 7ea132c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ my_new_fn(x, y) = x ./ y
my_new_aes_fn = aesthetics_function(my_new_fn)
geom_point(aes(x = :x/:y))
geom_point(aes(x = my_aes_fn(:x, :y)))
geom_point(aes(x = my_new_aes_fn(:x, :y)))
```

## Why would I use this instead of ggplot2?
Expand Down

0 comments on commit 7ea132c

Please sign in to comment.