Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdboyes authored Apr 10, 2024
1 parent 0acbc2c commit 58ee1b8
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 @@ -89,7 +89,7 @@ The goal of this package is to allow you to write code that is as similar to ggp

If you use Option 1, you get experimental support for calculations inside aes, including `+`, `-`, `*`, `/` and function application. Functions can be applied to columns with the `>>` operator, or wrapped for aes use with the `aesthetics_function()` command. The following geom_point specifications are equivalent:

```
```julia
my_fn(x) = x ./ 10
my_aes_fn = aesthetics_function(my_fn)

Expand Down

0 comments on commit 58ee1b8

Please sign in to comment.