Contents

PrimitivePlottableProtocol

A type that represents the primitive plottable types supported by the framework. Don’t use this type directly.

Declaration

protocol PrimitivePlottableProtocol : Plottable where Self == Self.PrimitivePlottable

Overview

A primitive plottable type is a numeric type like a Float or UInt32 for quantitative values, Date for temporal values, or String for categorical values.

Primitive plottable types conform to the Plottable protocol.