plot-api / jetbrains.letsPlot / theme

theme

class theme : OptionsMap

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

Constructors

<init>

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

theme()

Functions

axisLine_blank

fun axisLine_blank(): theme

axisLineX_blank

fun axisLineX_blank(): theme

axisLineY_blank

fun axisLineY_blank(): theme

axisText_blank

fun axisText_blank(): theme

axisTextX_blank

fun axisTextX_blank(): theme

axisTextY_blank

fun axisTextY_blank(): theme

axisTicks_blank

fun axisTicks_blank(): theme

axisTicksX_blank

fun axisTicksX_blank(): theme

axisTicksY_blank

fun axisTicksY_blank(): theme

axisTitle_blank

fun axisTitle_blank(): theme

axisTitleX_blank

fun axisTitleX_blank(): theme

axisTitleY_blank

fun axisTitleY_blank(): theme

legendDirection_horizontal

fun legendDirection_horizontal(): theme

legendDirection_vertical

fun legendDirection_vertical(): theme

legendJustification

Specifies the anchor point for positioning legend inside plot. Justification (0, 0) corresponds to the left, lower corner of the legend. Justification (1, 1) corresponds to the right, upper corner of the legend.

fun legendJustification(xanchor: Number, yanchor: Number): theme

legendJustification_center

fun legendJustification_center(): theme

legendPosition

Specifies the legend position relative to the plot drawing area. Position (0, 0) corresponds to the left, lower corner of the plot. Position (1, 1) corresponds to the right, upper corner of the plot.

fun legendPosition(xpos: Number, ypos: Number): theme

legendPosition_bottom

fun legendPosition_bottom(): theme

legendPosition_left

fun legendPosition_left(): theme

legendPosition_none

fun legendPosition_none(): theme

legendPosition_right

fun legendPosition_right(): theme

legendPosition_top

fun legendPosition_top(): theme

Extension Functions

toSpec

fun OptionsMap.toSpec(includeKind: Boolean = false): MutableMap<String, Any>