Mirror

public enum Mirror : Encodable

Determines if the axis lines or/and ticks are mirrored to the opposite side of the plotting area.

If true, the axis lines are mirrored. If ticks, the axis lines and ticks are mirrored. If false, mirroring is disable. If all, axis lines are mirrored on all shared-axes subplots. If allticks, axis lines and ticks are mirrored on all shared-axes subplots.

  • on

    Undocumented

    Declaration

    Swift

    case on
  • Undocumented

    Declaration

    Swift

    case ticks
  • off

    Undocumented

    Declaration

    Swift

    case off
  • all

    Undocumented

    Declaration

    Swift

    case all
  • Undocumented

    Declaration

    Swift

    case allTicks
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws