Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Legend Title #244

Open
Kinga277 opened this issue Apr 7, 2020 · 0 comments
Open

Legend Title #244

Kinga277 opened this issue Apr 7, 2020 · 0 comments

Comments

@Kinga277
Copy link

Kinga277 commented Apr 7, 2020

image
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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant