TracePolar Type

Traces for polar subplots, using layout.polar as anchors. The following trace types are compatible with polar subplots via the polar attribute: - scatter-like trace types: scatterpolar and scatterpolargl, which can be used to draw individual markers, curves and filled areas (i.e. radar or spider charts) - barpolar: useful for wind roses and other polar bar charts

Constructors

Constructor Description

TracePolar(traceTypeName)

Full Usage: TracePolar(traceTypeName)

Parameters:
    traceTypeName : string

Returns: TracePolar
traceTypeName : string
Returns: TracePolar

Static members

Static member Description

TracePolar.initBarPolar applyStyle

Full Usage: TracePolar.initBarPolar applyStyle

Parameters:
Returns: TracePolar

initializes a trace of type "barpolar" applying the given trace styling function

applyStyle : TracePolar -> TracePolar
Returns: TracePolar

TracePolar.initScatterPolar applyStyle

Full Usage: TracePolar.initScatterPolar applyStyle

Parameters:
Returns: TracePolar

initializes a trace of type "scatterpolar" applying the given trace styling function

applyStyle : TracePolar -> TracePolar
Returns: TracePolar

TracePolar.initScatterPolarGL applyStyle

Full Usage: TracePolar.initScatterPolarGL applyStyle

Parameters:
Returns: TracePolar

initializes a trace of type "scatterpolargl" applying the given trace styling function

applyStyle : TracePolar -> TracePolar
Returns: TracePolar