Removes expanding from lower limit on y-scale. Formats axis break numbers in language spesified way Also makes breaks prettier using more break points than default ggplot

scale_y_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() Defaults to expanding y upper end by 0.05 multiplier.

language

Language formatting of breaks.

labels

Text labels for axis breaks.

...

other scale_y_continuous() parameters

breaks

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

Examples

#TODO