When testing the following code: ``` data <- ggplot2::diamonds data <- data |> dplyr::select(carat, x, everything()) h <- hgch_scatter(data, var_num = c("x", "carat")) ``` The following error reveals: 