Customize your plots and change default color palette.
set_colors(colors_df)
colors_df | data frame with 6 rows and 2 columns. Columns must nave names : "text_colors", "bar_colors". In cells there should be rgb values of chosen colors in format: "rgb(x,y,z)". Rows represent subsequent colors on stacked plots. |
---|
No return value, called for side effects.