rbokeh颜色参数-R3.6上的图例出错

rbokeh颜色参数-R3.6上的图例出错,rbokeh,Rbokeh,为使用颜色参数变量的ly_条形图生成的图例的标题为base::quote(“变量名称”)。这只是在R3.6上生成图形时的一个问题 figure() %>% ly_bar(variety, yield, color = year, data = lattice::barley, hover = TRUE) %>% theme_axis("x", major_label_orientation = 90) 图形图例应显示“年”,而不是base::quote(“年”)

为使用颜色参数变量的ly_条形图生成的图例的标题为base::quote(“变量名称”)。这只是在R3.6上生成图形时的一个问题

figure() %>%
  ly_bar(variety, yield, color = year, data = lattice::barley, hover = TRUE) %>%
  theme_axis("x", major_label_orientation = 90)
图形图例应显示“年”,而不是base::quote(“年”)