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 |
|
|
Static members
Static member | Description |
Full Usage:
TracePolar.initBarPolar applyStyle
Parameters:
TracePolar -> TracePolar
Returns: TracePolar
|
|
Full Usage:
TracePolar.initScatterPolar applyStyle
Parameters:
TracePolar -> TracePolar
Returns: TracePolar
|
|
Full Usage:
TracePolar.initScatterPolarGL applyStyle
Parameters:
TracePolar -> TracePolar
Returns: TracePolar
|