This repository was archived by the owner on Nov 2, 2023. It is now read-only.
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Legend Title #244
Open
Description
I have problem with the legend title. I don't know why but the title is "base::quote("my_column_name")".
This how I create the plot:
figure(title = "Parameters report", xlab = NULL, legend_location = "top_right") %>%
ly_bar(PossibleFit, color = BestFit, position='stack', data = df, hover = TRUE) %>%
theme_axis("x", major_label_orientation = 45) %>%
theme_title(align = "center", text_font_size = "25pt") %>%
set_palette(discrete_color = pal_color(c("gold", "#DCDCDC")))
I will be grateful for help.
Metadata
Metadata
Assignees
Labels
No labels