Skip to contents

Plot the x-Axis.

Usage

plot_x_axis(
  data_plot_points,
  plot_lims,
  plot_settings = plotsettings_lineplot()
)

Arguments

data_plot_points

Data frame with the point estimates for every year. Prepared by ...

plot_lims

List obtained by calc_plot_lims(), containing different coordinate values.

plot_settings

Named list constructed with plotsettings_lineplot(). Defaults to a list with all settings set to 0. There are several predefined lists with optimized settings for different plots. See plotsettings_lineplot() for an overview.

Value

A blue stripe on top of ggplot2 plot which can be used as x-axis.

Examples

# tbd