plot-api / jetbrains.letsPlot.facet / facet_grid

facet_grid

fun facet_grid(x: String? = null, y: String? = null): OptionsMap

Lay out panels in a grid.

Parameters

x - string, optional. The name of a feature, which defines columns of the facet grid to be displayed.

y - string, optional. The name of a feature, which defines rows of the facet grid to be displayed.