Skip to contents

Only the axes wiggle (cartoony vibe) using elementalist. Geoms remain straight. No grid, no ticks. Rounded panel optional (same args as round theme).

Usage

theme_axes_wiggle(
  base_size = 12,
  base_family = "Fuzzy Bubbles",
  amount = 3,
  wiggle_n = 100,
  linewidth = 1,
  line_color = "gray20",
  ...
)

Arguments

base_size

base font size

base_family

base font family

amount

wiggle intensity (approx. pixels)

wiggle_n

number of control points for the wiggle

linewidth

linewidth to be passed to axes

line_color

color to be passed to axes

...

passed to ggplot2 theme constructors