Skip to contents

Theme for a y-axis plot.

Usage

theme_y_axis(plot_settings = plotsettings_lineplot())

Arguments

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

ggplot2 theme, that can be used for a plotted y-axis.

Examples

# tbd