Package-level declarations

Types

Link copied to clipboard
class theme(exponentFormat: Any? = null, line: Any? = null, rect: Any? = null, text: Any? = null, title: Any? = null, axis: Any? = null, axisOntop: Boolean? = null, axisOntopX: Boolean? = null, axisOntopY: Boolean? = null, axisTitle: Any? = null, axisTitleX: Any? = null, axisTitleY: Any? = null, axisText: Any? = null, axisTextX: Any? = null, axisTextY: Any? = null, axisTicks: Any? = null, axisTicksX: Any? = null, axisTicksY: Any? = null, axisTicksLength: Number? = null, axisTicksLengthX: Number? = null, axisTicksLengthY: Number? = null, axisLine: Any? = null, axisLineX: Any? = null, axisLineY: Any? = null, legendBackground: Any? = null, legendText: Any? = null, legendTitle: Any? = null, panelBackground: Any? = null, panelBorder: Any? = null, panelBorderOntop: Boolean? = null, panelGrid: Any? = null, panelGridMajor: Any? = null, panelGridMinor: Any? = null, panelGridMajorX: Any? = null, panelGridMinorX: Any? = null, panelGridMajorY: Any? = null, panelGridMinorY: Any? = null, panelGridOntop: Boolean? = null, panelGridOntopX: Boolean? = null, panelGridOntopY: Boolean? = null, panelInset: Any? = null, plotBackground: Any? = null, plotTitle: Any? = null, plotSubtitle: Any? = null, plotCaption: Any? = null, plotMessage: Any? = null, plotMargin: Any? = null, plotInset: Any? = null, stripBackground: Any? = null, stripText: Any? = null, axisTooltip: Any? = null, axisTooltipX: Any? = null, axisTooltipY: Any? = null, axisTooltipText: Any? = null, axisTooltipTextX: Any? = null, axisTooltipTextY: Any? = null, tooltip: Any? = null, tooltipText: Any? = null, tooltipTitleText: Any? = null, labelText: Any? = null, geom: Any? = null) : OptionsMap

Use theme() to modify individual components of a theme, allowing you to control the appearance of all non-data components of the plot.

Functions

Link copied to clipboard
fun elementBlank(): <Error class: unknown class>

Specifies how non-data components of the plot are drawn. This theme element draws nothing, and assigns no space.

Link copied to clipboard
fun elementGeom(pen: Any? = null, brush: Any? = null, paper: Any? = null): <Error class: unknown class>

Specifies new values for the named colors.

Link copied to clipboard
fun elementLine(color: Any? = null, size: Number? = null, linetype: Any? = null, blank: Boolean = false): <Error class: unknown class>

Specifies how non-data components of the plot are drawn. This theme element draws lines.

Link copied to clipboard
fun elementRect(fill: Any? = null, color: Any? = null, size: Number? = null, linetype: Any? = null, blank: Boolean = false): <Error class: unknown class>

Specifies how non-data components of the plot are drawn. This theme element draws borders and backgrounds.

Link copied to clipboard
fun elementText(color: Any? = null, family: Any? = null, face: Any? = null, size: Number? = null, angle: Number? = null, hjust: Number? = null, vjust: Number? = null, margin: Any? = null, blank: Boolean = false): <Error class: unknown class>

Specifies how non-data components of the plot are drawn. This theme element draws texts.

Link copied to clipboard
fun flavorDarcula(): OptionsMap

Darcula color scheme.

Link copied to clipboard
fun flavorHighContrastDark(): OptionsMap

High contrast dark color scheme.

Link copied to clipboard
fun flavorHighContrastLight(): OptionsMap

High contrast light color scheme.

Link copied to clipboard
fun flavorSolarizedDark(): OptionsMap

Solarized dark color scheme.

Link copied to clipboard
fun flavorSolarizedLight(): OptionsMap

Solarized light color scheme.

Link copied to clipboard
fun themeBW(): OptionsMap

Grey lines on white background with dark grey plot border.

Link copied to clipboard
fun themeClassic(): OptionsMap

Dark grey axes and no gridlines.

Link copied to clipboard
fun themeGrey(): OptionsMap

Grey background and white gridlines.

Link copied to clipboard
fun themeLight(): OptionsMap

Light grey lines of various widths on white background.

Link copied to clipboard
fun themeMinimal(): OptionsMap

A minimalistic theme without axes lines.

Link copied to clipboard
fun themeMinimal2(): OptionsMap

Default theme similar to themeMinimal() but with x-axis line and only major grid lines.

Link copied to clipboard
fun themeNone(): OptionsMap

Basic settings are applied.

Link copied to clipboard
fun themeVoid(): Feature

A completely blank (or "void") background theme: no borders, axes, or gridlines.