Domain

public struct Domain : Encodable

Undocumented

  • x

    Sets the horizontal domain of this grid subplot (in plot fraction).

    The first and last cells end exactly at the domain edges, with no grout around the edges.

    Declaration

    Swift

    public var x: InfoArray?
  • y

    Sets the vertical domain of this grid subplot (in plot fraction).

    The first and last cells end exactly at the domain edges, with no grout around the edges.

    Declaration

    Swift

    public var y: InfoArray?
  • Creates Domain object with specified properties.

    Declaration

    Swift

    public init(x: InfoArray? = nil, y: InfoArray? = nil)

    Parameters

    x

    Sets the horizontal domain of this grid subplot (in plot fraction).

    y

    Sets the vertical domain of this grid subplot (in plot fraction).