Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: a nice example for set_blanket #914

Closed
davidhodge931 opened this issue Jun 20, 2024 · 0 comments
Closed

docs: a nice example for set_blanket #914

davidhodge931 opened this issue Jun 20, 2024 · 0 comments

Comments

@davidhodge931
Copy link
Owner

davidhodge931 commented Jun 20, 2024

set_blanket(
  mode = light_mode_t(
    axis_line_colour = "#646464",
    panel_grid_colour = "#d1d1d1",
    panel_background_fill = "#f2f2f2",
    axis_line_linewidth = 0.75 / 2.835, #conversion from pts to mm
    panel_grid_linewidth = 0.75 / 2.835, #conversion from pts to mm
  ) + 
    theme(legend.title = element_blank()) +
    theme(axis.ticks.length.y = element_line(colour = "transparent")),
  geom_colour = grey,
  col_palette_d = c("#00b7cb", "#cd138c", "#6c4199", "#f16a00"),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant