Chart Type
Static members
Static member | Description |
Full Usage:
Chart.BarPolar(rTheta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerPatternShape, ?MultiMarkerPatternShape, ?MarkerPattern, ?Marker, ?Base, ?Width, ?MultiWidth, ?UseDefaults)
Parameters:
('a * 'b) seq
-
Sets the radial height and angular position of the bars
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?MarkerColor : Color
-
Sets the color of the bars
?MarkerColorScale : Colorscale
-
Sets the colorscale of the bars
?MarkerOutline : Line
-
Sets the color of the bar outline
?MarkerPatternShape : PatternShape
-
Sets the pattern shape for all bars
?MultiMarkerPatternShape : PatternShape seq
-
Sets individual pattern shapes for the bars
?MarkerPattern : Pattern
-
Sets the marker pattern (use this for more finegrained control than the other pattern-associated arguments).
?Marker : Marker
-
Sets the marker for the bars (use this for more finegrained control than the other marker-associated arguments).
?Base : 'd
-
Sets where the bar base is drawn (in position axis units).
?Width : 'e
-
Sets the bar width (in position axis units) of all bars.
?MultiWidth : 'e seq
-
Sets the individual bar width (in position axis units) for each bar.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
|
Full Usage:
Chart.BarPolar(r, theta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerPatternShape, ?MultiMarkerPatternShape, ?MarkerPattern, ?Marker, ?Base, ?Width, ?MultiWidth, ?UseDefaults)
Parameters:
'a seq
-
Sets the radial height of the bars
theta : 'b seq
-
sets the angular position of the bars
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?MarkerColor : Color
-
Sets the color of the bars
?MarkerColorScale : Colorscale
-
Sets the colorscale of the bars
?MarkerOutline : Line
-
Sets the color of the bar outline
?MarkerPatternShape : PatternShape
-
Sets the pattern shape for all bars
?MultiMarkerPatternShape : PatternShape seq
-
Sets individual pattern shapes for the bars
?MarkerPattern : Pattern
-
Sets the marker pattern (use this for more finegrained control than the other pattern-associated arguments).
?Marker : Marker
-
Sets the marker for the bars (use this for more finegrained control than the other marker-associated arguments).
?Base : 'd
-
Sets where the bar base is drawn (in position axis units).
?Width : 'e
-
Sets the bar width (in position axis units) of all bars.
?MultiWidth : 'e seq
-
Sets the individual bar width (in position axis units) for each bar.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
|
Full Usage:
Chart.BubblePolar(rThetaSizes, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)
Parameters:
('a * 'b * int) seq
-
Sets the radial and angular coordinates of the plotted data together with the sizes of the points
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?TextPosition : TextPosition
-
Sets the position of text associated with each datum
?MultiTextPosition : TextPosition seq
-
Sets the position of text associated with individual datum
?MarkerColor : Color
-
Sets the color of the marker
?MarkerColorScale : Colorscale
-
Sets the colorscale of the marker
?MarkerOutline : Line
-
Sets the outline of the marker
?MarkerSymbol : MarkerSymbol3D
-
Sets the marker symbol for each datum
?MultiMarkerSymbol : MarkerSymbol3D seq
-
Sets the marker symbol for each individual datum
?Marker : Marker
-
Sets the marker (use this for more finegrained control than the other marker-associated arguments)
?UseWebGL : bool
-
If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
|
Full Usage:
Chart.BubblePolar(r, theta, sizes, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)
Parameters:
'a seq
-
Sets the radial coordinates of the plotted data
theta : 'b seq
-
Sets the angular coordinates of the plotted data
sizes : int seq
-
Sets the bubble size of the plotted data
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?TextPosition : TextPosition
-
Sets the position of text associated with each datum
?MultiTextPosition : TextPosition seq
-
Sets the position of text associated with individual datum
?MarkerColor : Color
-
Sets the color of the marker
?MarkerColorScale : Colorscale
-
Sets the colorscale of the marker
?MarkerOutline : Line
-
Sets the outline of the marker
?MarkerSymbol : MarkerSymbol3D
-
Sets the marker symbol for each datum
?MultiMarkerSymbol : MarkerSymbol3D seq
-
Sets the marker symbol for each individual datum
?Marker : Marker
-
Sets the marker (use this for more finegrained control than the other marker-associated arguments)
?UseWebGL : bool
-
If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
|
Full Usage:
Chart.LinePolar(rTheta, ?ShowMarkers, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)
Parameters:
('a * 'b) seq
-
Sets the radial and angular coordinates of the plotted data
?ShowMarkers : bool
-
Whether to show markers for the datums additionally to the line
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?TextPosition : TextPosition
-
Sets the position of text associated with each datum
?MultiTextPosition : TextPosition seq
-
Sets the position of text associated with individual datum
?MarkerColor : Color
-
Sets the color of the marker
?MarkerColorScale : Colorscale
-
Sets the colorscale of the marker
?MarkerOutline : Line
-
Sets the outline of the marker
?MarkerSymbol : MarkerSymbol3D
-
Sets the marker symbol for each datum
?MultiMarkerSymbol : MarkerSymbol3D seq
-
Sets the marker symbol for each individual datum
?Marker : Marker
-
Sets the marker (use this for more finegrained control than the other marker-associated arguments)
?LineColor : Color
-
Sets the color of the line
?LineColorScale : Colorscale
-
Sets the colorscale of the line
?LineWidth : float
-
Sets the width of the line
?LineDash : DrawingStyle
-
sets the drawing style of the line
?Line : Line
-
Sets the line (use this for more finegrained control than the other line-associated arguments)
?UseWebGL : bool
-
If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
|
Full Usage:
Chart.LinePolar(r, theta, ?ShowMarkers, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)
Parameters:
'a seq
-
Sets the radial coordinates of the plotted data
theta : 'b seq
-
Sets the angular coordinates of the plotted data
?ShowMarkers : bool
-
Whether to show markers for the datums additionally to the line
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?TextPosition : TextPosition
-
Sets the position of text associated with each datum
?MultiTextPosition : TextPosition seq
-
Sets the position of text associated with individual datum
?MarkerColor : Color
-
Sets the color of the marker
?MarkerColorScale : Colorscale
-
Sets the colorscale of the marker
?MarkerOutline : Line
-
Sets the outline of the marker
?MarkerSymbol : MarkerSymbol3D
-
Sets the marker symbol for each datum
?MultiMarkerSymbol : MarkerSymbol3D seq
-
Sets the marker symbol for each individual datum
?Marker : Marker
-
Sets the marker (use this for more finegrained control than the other marker-associated arguments)
?LineColor : Color
-
Sets the color of the line
?LineColorScale : Colorscale
-
Sets the colorscale of the line
?LineWidth : float
-
Sets the width of the line
?LineDash : DrawingStyle
-
sets the drawing style of the line
?Line : Line
-
Sets the line (use this for more finegrained control than the other line-associated arguments)
?UseWebGL : bool
-
If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
|
Full Usage:
Chart.PointPolar(rTheta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)
Parameters:
('a * 'b) seq
-
Sets the radial and angular coordinates of the plotted data
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?TextPosition : TextPosition
-
Sets the position of text associated with each datum
?MultiTextPosition : TextPosition seq
-
Sets the position of text associated with individual datum
?MarkerColor : Color
-
Sets the color of the marker
?MarkerColorScale : Colorscale
-
Sets the colorscale of the marker
?MarkerOutline : Line
-
Sets the outline of the marker
?MarkerSymbol : MarkerSymbol3D
-
Sets the marker symbol for each datum
?MultiMarkerSymbol : MarkerSymbol3D seq
-
Sets the marker symbol for each individual datum
?Marker : Marker
-
Sets the marker (use this for more finegrained control than the other marker-associated arguments)
?UseWebGL : bool
-
If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
|
Full Usage:
Chart.PointPolar(r, theta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)
Parameters:
'a seq
-
Sets the radial coordinates of the plotted data
theta : 'b seq
-
Sets the angular coordinates of the plotted data
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?TextPosition : TextPosition
-
Sets the position of text associated with each datum
?MultiTextPosition : TextPosition seq
-
Sets the position of text associated with individual datum
?MarkerColor : Color
-
Sets the color of the marker
?MarkerColorScale : Colorscale
-
Sets the colorscale of the marker
?MarkerOutline : Line
-
Sets the outline of the marker
?MarkerSymbol : MarkerSymbol3D
-
Sets the marker symbol for each datum
?MultiMarkerSymbol : MarkerSymbol3D seq
-
Sets the marker symbol for each individual datum
?Marker : Marker
-
Sets the marker (use this for more finegrained control than the other marker-associated arguments)
?UseWebGL : bool
-
If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
|
Full Usage:
Chart.ScatterPolar(rTheta, mode, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)
Parameters:
('a * 'b) seq
-
Sets the radial and angular coordinates of the plotted data
mode : Mode
-
Determines the drawing mode for this scatter trace.
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?TextPosition : TextPosition
-
Sets the position of text associated with each datum
?MultiTextPosition : TextPosition seq
-
Sets the position of text associated with individual datum
?MarkerColor : Color
-
Sets the color of the marker
?MarkerColorScale : Colorscale
-
Sets the colorscale of the marker
?MarkerOutline : Line
-
Sets the outline of the marker
?MarkerSymbol : MarkerSymbol3D
-
Sets the marker symbol for each datum
?MultiMarkerSymbol : MarkerSymbol3D seq
-
Sets the marker symbol for each individual datum
?Marker : Marker
-
Sets the marker (use this for more finegrained control than the other marker-associated arguments)
?LineColor : Color
-
Sets the color of the line
?LineColorScale : Colorscale
-
Sets the colorscale of the line
?LineWidth : float
-
Sets the width of the line
?LineDash : DrawingStyle
-
sets the drawing style of the line
?Line : Line
-
Sets the line (use this for more finegrained control than the other line-associated arguments)
?UseWebGL : bool
-
If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
Creates a polar scatter plot. In general, ScatterPolar plots plot two-dimensional data on a polar coordinate system comprised of angular and radial position scales. ScatterPolar charts are the basis of PointPolar, LinePolar, SplinePolar, and BubblePolar Charts, and can be customized as such. We also provide abstractions for those: Chart.PointPolar, Chart.LinePolar, Chart.SplinePolar , Chart.BubblePolar
|
Full Usage:
Chart.ScatterPolar(r, theta, mode, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)
Parameters:
'a seq
-
Sets the radial coordinates of the plotted data
theta : 'b seq
-
Sets the angular coordinates of the plotted data (in degrees)
mode : Mode
-
Determines the drawing mode for this scatter trace.
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?TextPosition : TextPosition
-
Sets the position of text associated with each datum
?MultiTextPosition : TextPosition seq
-
Sets the position of text associated with individual datum
?MarkerColor : Color
-
Sets the color of the marker
?MarkerColorScale : Colorscale
-
Sets the colorscale of the marker
?MarkerOutline : Line
-
Sets the outline of the marker
?MarkerSymbol : MarkerSymbol3D
-
Sets the marker symbol for each datum
?MultiMarkerSymbol : MarkerSymbol3D seq
-
Sets the marker symbol for each individual datum
?Marker : Marker
-
Sets the marker (use this for more finegrained control than the other marker-associated arguments)
?LineColor : Color
-
Sets the color of the line
?LineColorScale : Colorscale
-
Sets the colorscale of the line
?LineWidth : float
-
Sets the width of the line
?LineDash : DrawingStyle
-
sets the drawing style of the line
?Line : Line
-
Sets the line (use this for more finegrained control than the other line-associated arguments)
?UseWebGL : bool
-
If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
Creates a polar scatter plot. In general, ScatterPolar plots plot two-dimensional data on a polar coordinate system comprised of angular and radial position scales. ScatterPolar charts are the basis of PointPolar, LinePolar, SplinePolar, and BubblePolar Charts, and can be customized as such. We also provide abstractions for those: Chart.PointPolar, Chart.LinePolar, Chart.SplinePolar , Chart.BubblePolar
|
Full Usage:
Chart.SplinePolar(rTheta, ?ShowMarkers, ?Smoothing, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)
Parameters:
('a * 'b) seq
-
Sets the radial and angular coordinates of the plotted data
?ShowMarkers : bool
-
Whether to show markers for the datums additionally to the line
?Smoothing : float
-
Sets the amount of smoothing. "0" corresponds to no smoothing (equivalent to a "linear" shape). Use values between 0. and 1.3
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?TextPosition : TextPosition
-
Sets the position of text associated with each datum
?MultiTextPosition : TextPosition seq
-
Sets the position of text associated with individual datum
?MarkerColor : Color
-
Sets the color of the marker
?MarkerColorScale : Colorscale
-
Sets the colorscale of the marker
?MarkerOutline : Line
-
Sets the outline of the marker
?MarkerSymbol : MarkerSymbol3D
-
Sets the marker symbol for each datum
?MultiMarkerSymbol : MarkerSymbol3D seq
-
Sets the marker symbol for each individual datum
?Marker : Marker
-
Sets the marker (use this for more finegrained control than the other marker-associated arguments)
?LineColor : Color
-
Sets the color of the line
?LineColorScale : Colorscale
-
Sets the colorscale of the line
?LineWidth : float
-
Sets the width of the line
?LineDash : DrawingStyle
-
sets the drawing style of the line
?Line : Line
-
Sets the line (use this for more finegrained control than the other line-associated arguments)
?UseWebGL : bool
-
If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
|
Full Usage:
Chart.SplinePolar(r, theta, ?ShowMarkers, ?Smoothing, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)
Parameters:
'a seq
-
Sets the radial coordinates of the plotted data
theta : 'b seq
-
Sets the angular coordinates of the plotted data
?ShowMarkers : bool
-
Whether to show markers for the datums additionally to the line
?Smoothing : float
-
Sets the amount of smoothing. "0" corresponds to no smoothing (equivalent to a "linear" shape). Use values between 0. and 1.3
?Name : string
-
Sets the trace name. The trace name appear as the legend item and on hover
?ShowLegend : bool
-
Determines whether or not an item corresponding to this trace is shown in the legend.
?Opacity : float
-
Sets the opactity of the trace
?MultiOpacity : float seq
-
Sets the opactity of individual datum markers
?Text : 'c
-
Sets a text associated with each datum
?MultiText : 'c seq
-
Sets individual text for each datum
?TextPosition : TextPosition
-
Sets the position of text associated with each datum
?MultiTextPosition : TextPosition seq
-
Sets the position of text associated with individual datum
?MarkerColor : Color
-
Sets the color of the marker
?MarkerColorScale : Colorscale
-
Sets the colorscale of the marker
?MarkerOutline : Line
-
Sets the outline of the marker
?MarkerSymbol : MarkerSymbol3D
-
Sets the marker symbol for each datum
?MultiMarkerSymbol : MarkerSymbol3D seq
-
Sets the marker symbol for each individual datum
?Marker : Marker
-
Sets the marker (use this for more finegrained control than the other marker-associated arguments)
?LineColor : Color
-
Sets the color of the line
?LineColorScale : Colorscale
-
Sets the colorscale of the line
?LineWidth : float
-
Sets the width of the line
?LineDash : DrawingStyle
-
sets the drawing style of the line
?Line : Line
-
Sets the line (use this for more finegrained control than the other line-associated arguments)
?UseWebGL : bool
-
If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
?UseDefaults : bool
-
If set to false, ignore the global default settings set in `Defaults`
Returns: GenericChart
|
|