scale_fill_hypo_LG_bg
sets the color scheme for the LG background shading.
scale_fill_hypo_LG_bg(..., values = c(odd = NA, even = hypo_clr_lg))
... | parameters passed to scale_hypobg_manual() |
---|---|
values | named string vector |
Fill values are set for tnhe two LG classes (even/odd LG nr).
! CAREFUL: LG fill values are set to "zz1" $ zz2. If additional fill levels exist, the fill values of the LGs should be appended to the desired fill scale.
ggplot() + geom_hypo_LG() + scale_fill_hypo_LG_bg(values = c(even = "#274263", odd = "#C09C60")) + scale_x_hypo_LG() + coord_cartesian(ylim = c(0, 1)) + theme_hypo()