Generalized theme for ggplot2. As universal as possible
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  | theme_ohchibi(
  size_axis_text.x = 20,
  size_axis_text.y = 20,
  size_axis_title.x = 30,
  size_axis_title.y = 30,
  angle_text.x = 0,
  angle_text.y = 0,
  legend_proportion_size = 1,
  size_title_text = 30,
  size_legend_text = 20,
  size_lines_panel = 0.3,
  size_panel_border = 1,
  x_hjust = 0.5,
  y_vjust = 0.5,
  font_family = "Arial",
  size_ticks = 1.5
)
 | 
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.