Closed davidhodge931 closed 2 years ago
Only use legend position on top for bottom/top, if col_title does not equal ""
library(simplevis) library(tidyverse)
iris %>% gg_point_col( x_var = Sepal.Width, y_var = Sepal.Length, col_var = Species, title = "Fisher's iris dataset", subtitle = "Sepal length by sepal width and species", caption = "Source: Fisher, 1936", col_legend_position = "bottom", col_legend_ncol = NULL, col_legend_nrow = NULL )
Should be col_legend_place if I was to do this like ggblanket. But can't be bothered
col_legend_place = c("right", "botttom", "top") col_legend_ncol = NULL
Or just.. col_legend_bottom = TRUE