From 9a03c686cd68e9a0e99e65c1244147c35c9c7628 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Sun, 11 Feb 2024 11:50:47 +0100 Subject: [PATCH] update fkNone -> fkNull --- src/ggplotnim.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ggplotnim.nim b/src/ggplotnim.nim index 75b4c968..8c0178a5 100644 --- a/src/ggplotnim.nim +++ b/src/ggplotnim.nim @@ -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.