Domain
public struct Domain : Encodable
Undocumented
-
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?
-
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?