Skip to content

Commit

Permalink
update fkNone -> fkNull
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Feb 11, 2024
1 parent 71b1501 commit 9a03c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ggplotnim.nim
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func fillIds*(aes: Aesthetics, gids: set[uint16]): Aesthetics =
fillIt(result.weight)

proc ggplot*(data: DataFrame, aes: Aesthetics = aes();
backend = bkNone; fType: FileTypeKind = fkNone): GgPlot =
backend = bkNone; fType: FileTypeKind = fkNull): GgPlot =
## Note: The backend argument is required when using `ggcreate` with a
## a `ggplot` argument without `ggsave`. All string related placements
## require knowledge of a backend to compute absolute positions.
Expand Down

0 comments on commit 9a03c68

Please sign in to comment.