rbokeh
rbokeh copied to clipboard
Legend Title
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.