Cyclical

public enum Cyclical

Periodic color scales that wrap around the ends.

Cyclical color scales are appropriate for continuous data that have a natural repeating structure. For example temporal data (hour of day, day of week, day of year, seasons), complex numbers, angles or other phase data. All scales start and end with the same color.

  • Plotly cyclical color scale.

    Declaration

    Swift

    public static let twilight: ColorScale
  • Plotly cyclical color scale.

    Declaration

    Swift

    public static let iceFire: ColorScale
  • Plotly cyclical color scale.

    Declaration

    Swift

    public static let edge: ColorScale
  • Ocean cyclical color scale.

    Declaration

    Swift

    public static let phase: ColorScale
  • hsv

    Plotly cyclical color scale.

    Declaration

    Swift

    public static let hsv: ColorScale
  • Plotly cyclical color scale.

    Declaration

    Swift

    public static let magentaRedYellowBlue: ColorScale
  • Plotly cyclical color scale.

    Declaration

    Swift

    public static let magentaYellowGreenBlue: ColorScale
  • Creates a figure that shows all Cyclic color scales next to each other.

    Declaration

    Swift

    public static func swatch() -> Figure