Removes expanding from lower limit on x-scale. Also makes breaks prettier using more break points than default ggplot

scale_x_continuous_thl(
  limits = NULL,
  expand = waiver_thl(),
  language = "fi",
  labels = waiver_thl(),
  ...,
  breaks = waiver_thl()
)

Arguments

limits

A numeric vector of length two providing limits of the scale. Use NA to refer to the existing minimum or maximum.

expand

Expansion of limits, vector or see expand_scale()

language

Language formatting of breaks.

labels

Text labels for axis breaks.

...

other scale_x_continuous() parameters

breaks

Breaks on axis. See breaks_thl() how the default prettier breaks are made.

See also

stuff

Examples

#TODO