Plotly Line and Scatter Plots
Basic Line Plot
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: |
|
Line and Scatter Plot
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: |
|
Colored and Styled Scatter Plot
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: |
|
Line Shape Options for Interpolation
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: |
|
namespace XPlot
namespace XPlot.Plotly
val trace1 : Scatter
Full name: Plotly-line-scatter-plots.trace1
Full name: Plotly-line-scatter-plots.trace1
Multiple items
type Scatter =
inherit Trace
new : unit -> Scatter
member ShouldSerializeconnectgaps : unit -> bool
member ShouldSerializedx : unit -> bool
member ShouldSerializedy : unit -> bool
member ShouldSerializeerror_x : unit -> bool
member ShouldSerializeerror_y : unit -> bool
member ShouldSerializefill : unit -> bool
member ShouldSerializefillcolor : unit -> bool
member ShouldSerializehoverinfo : unit -> bool
...
Full name: XPlot.Plotly.Graph.Scatter
--------------------
new : unit -> Scatter
type Scatter =
inherit Trace
new : unit -> Scatter
member ShouldSerializeconnectgaps : unit -> bool
member ShouldSerializedx : unit -> bool
member ShouldSerializedy : unit -> bool
member ShouldSerializeerror_x : unit -> bool
member ShouldSerializeerror_y : unit -> bool
member ShouldSerializefill : unit -> bool
member ShouldSerializefillcolor : unit -> bool
member ShouldSerializehoverinfo : unit -> bool
...
Full name: XPlot.Plotly.Graph.Scatter
--------------------
new : unit -> Scatter
property Scatter.x: obj
property Scatter.y: obj
val trace2 : Scatter
Full name: Plotly-line-scatter-plots.trace2
Full name: Plotly-line-scatter-plots.trace2
type Chart =
static member Area : data:seq<#seq<'a1 * 'a2>> -> PlotlyChart (requires 'a1 :> key and 'a2 :> value)
static member Area : data:seq<#key * #value> -> PlotlyChart
static member Area : data:seq<#value> -> PlotlyChart
static member Bar : data:seq<#seq<'a1 * 'a2>> -> PlotlyChart (requires 'a1 :> key and 'a2 :> value)
static member Bar : data:seq<#key * #value> -> PlotlyChart
static member Bar : data:seq<#value> -> PlotlyChart
static member Bubble : data:seq<#key * #value * #value> -> PlotlyChart
static member Candlestick : data:seq<#key * #value * #value * #value * #value> -> PlotlyChart
static member Column : data:seq<#seq<'a1 * 'a2>> -> PlotlyChart (requires 'a1 :> key and 'a2 :> value)
static member Column : data:seq<#key * #value> -> PlotlyChart
...
Full name: XPlot.Plotly.Chart
static member Area : data:seq<#seq<'a1 * 'a2>> -> PlotlyChart (requires 'a1 :> key and 'a2 :> value)
static member Area : data:seq<#key * #value> -> PlotlyChart
static member Area : data:seq<#value> -> PlotlyChart
static member Bar : data:seq<#seq<'a1 * 'a2>> -> PlotlyChart (requires 'a1 :> key and 'a2 :> value)
static member Bar : data:seq<#key * #value> -> PlotlyChart
static member Bar : data:seq<#value> -> PlotlyChart
static member Bubble : data:seq<#key * #value * #value> -> PlotlyChart
static member Candlestick : data:seq<#key * #value * #value * #value * #value> -> PlotlyChart
static member Column : data:seq<#seq<'a1 * 'a2>> -> PlotlyChart (requires 'a1 :> key and 'a2 :> value)
static member Column : data:seq<#key * #value> -> PlotlyChart
...
Full name: XPlot.Plotly.Chart
static member Chart.Plot : data:seq<#Trace> -> PlotlyChart
static member Chart.Plot : data:Trace -> PlotlyChart
static member Chart.Plot : data:seq<#Trace> * layout:Layout -> PlotlyChart
static member Chart.Plot : data:Trace * layout:Layout -> PlotlyChart
static member Chart.Plot : data:Trace -> PlotlyChart
static member Chart.Plot : data:seq<#Trace> * layout:Layout -> PlotlyChart
static member Chart.Plot : data:Trace * layout:Layout -> PlotlyChart
static member Chart.WithWidth : width:int -> chart:PlotlyChart -> PlotlyChart
static member Chart.WithHeight : height:int -> chart:PlotlyChart -> PlotlyChart
val lineTrace1 : Scatter
Full name: Plotly-line-scatter-plots.lineTrace1
Full name: Plotly-line-scatter-plots.lineTrace1
val lineTrace2 : Scatter
Full name: Plotly-line-scatter-plots.lineTrace2
Full name: Plotly-line-scatter-plots.lineTrace2
val lineTrace3 : Scatter
Full name: Plotly-line-scatter-plots.lineTrace3
Full name: Plotly-line-scatter-plots.lineTrace3
val styledTrace1 : Scatter
Full name: Plotly-line-scatter-plots.styledTrace1
Full name: Plotly-line-scatter-plots.styledTrace1
Multiple items
type Marker =
new : unit -> Marker
member ShouldSerializeautocolorscale : unit -> bool
member ShouldSerializecauto : unit -> bool
member ShouldSerializecmax : unit -> bool
member ShouldSerializecmin : unit -> bool
member ShouldSerializecolor : unit -> bool
member ShouldSerializecolorbar : unit -> bool
member ShouldSerializecolors : unit -> bool
member ShouldSerializecolorscale : unit -> bool
member ShouldSerializecolorsrc : unit -> bool
...
Full name: XPlot.Plotly.Graph.Marker
--------------------
new : unit -> Marker
type Marker =
new : unit -> Marker
member ShouldSerializeautocolorscale : unit -> bool
member ShouldSerializecauto : unit -> bool
member ShouldSerializecmax : unit -> bool
member ShouldSerializecmin : unit -> bool
member ShouldSerializecolor : unit -> bool
member ShouldSerializecolorbar : unit -> bool
member ShouldSerializecolors : unit -> bool
member ShouldSerializecolorscale : unit -> bool
member ShouldSerializecolorsrc : unit -> bool
...
Full name: XPlot.Plotly.Graph.Marker
--------------------
new : unit -> Marker
Multiple items
type Line =
new : unit -> Line
member ShouldSerializeautocolorscale : unit -> bool
member ShouldSerializecauto : unit -> bool
member ShouldSerializecmax : unit -> bool
member ShouldSerializecmin : unit -> bool
member ShouldSerializecolor : unit -> bool
member ShouldSerializecolorscale : unit -> bool
member ShouldSerializecolorsrc : unit -> bool
member ShouldSerializedash : unit -> bool
member ShouldSerializeoutliercolor : unit -> bool
...
Full name: XPlot.Plotly.Graph.Line
--------------------
new : unit -> Line
type Line =
new : unit -> Line
member ShouldSerializeautocolorscale : unit -> bool
member ShouldSerializecauto : unit -> bool
member ShouldSerializecmax : unit -> bool
member ShouldSerializecmin : unit -> bool
member ShouldSerializecolor : unit -> bool
member ShouldSerializecolorscale : unit -> bool
member ShouldSerializecolorsrc : unit -> bool
member ShouldSerializedash : unit -> bool
member ShouldSerializeoutliercolor : unit -> bool
...
Full name: XPlot.Plotly.Graph.Line
--------------------
new : unit -> Line
val styledTrace2 : Scatter
Full name: Plotly-line-scatter-plots.styledTrace2
Full name: Plotly-line-scatter-plots.styledTrace2
val styledTrace3 : Scatter
Full name: Plotly-line-scatter-plots.styledTrace3
Full name: Plotly-line-scatter-plots.styledTrace3
val styledTrace4 : Scatter
Full name: Plotly-line-scatter-plots.styledTrace4
Full name: Plotly-line-scatter-plots.styledTrace4
val styledLayout : Layout
Full name: Plotly-line-scatter-plots.styledLayout
Full name: Plotly-line-scatter-plots.styledLayout
Multiple items
module Layout
from XPlot.Plotly
--------------------
type Layout =
new : unit -> Layout
member ShouldSerializeangularaxis : unit -> bool
member ShouldSerializeannotations : unit -> bool
member ShouldSerializeautosize : unit -> bool
member ShouldSerializebargap : unit -> bool
member ShouldSerializebargroupgap : unit -> bool
member ShouldSerializebarmode : unit -> bool
member ShouldSerializeboxmode : unit -> bool
member ShouldSerializedirection : unit -> bool
member ShouldSerializedragmode : unit -> bool
...
Full name: XPlot.Plotly.Layout.Layout
--------------------
new : unit -> Layout
module Layout
from XPlot.Plotly
--------------------
type Layout =
new : unit -> Layout
member ShouldSerializeangularaxis : unit -> bool
member ShouldSerializeannotations : unit -> bool
member ShouldSerializeautosize : unit -> bool
member ShouldSerializebargap : unit -> bool
member ShouldSerializebargroupgap : unit -> bool
member ShouldSerializebarmode : unit -> bool
member ShouldSerializeboxmode : unit -> bool
member ShouldSerializedirection : unit -> bool
member ShouldSerializedragmode : unit -> bool
...
Full name: XPlot.Plotly.Layout.Layout
--------------------
new : unit -> Layout
Multiple items
type Xaxis =
new : unit -> Xaxis
member ShouldSerialize_isSubplotObj : unit -> bool
member ShouldSerializeanchor : unit -> bool
member ShouldSerializeautorange : unit -> bool
member ShouldSerializeautotick : unit -> bool
member ShouldSerializebackgroundcolor : unit -> bool
member ShouldSerializedomain : unit -> bool
member ShouldSerializedtick : unit -> bool
member ShouldSerializeexponentformat : unit -> bool
member ShouldSerializefixedrange : unit -> bool
...
Full name: XPlot.Plotly.Graph.Xaxis
--------------------
new : unit -> Xaxis
type Xaxis =
new : unit -> Xaxis
member ShouldSerialize_isSubplotObj : unit -> bool
member ShouldSerializeanchor : unit -> bool
member ShouldSerializeautorange : unit -> bool
member ShouldSerializeautotick : unit -> bool
member ShouldSerializebackgroundcolor : unit -> bool
member ShouldSerializedomain : unit -> bool
member ShouldSerializedtick : unit -> bool
member ShouldSerializeexponentformat : unit -> bool
member ShouldSerializefixedrange : unit -> bool
...
Full name: XPlot.Plotly.Graph.Xaxis
--------------------
new : unit -> Xaxis
Multiple items
type Yaxis =
new : unit -> Yaxis
member ShouldSerialize_isSubplotObj : unit -> bool
member ShouldSerializeanchor : unit -> bool
member ShouldSerializeautorange : unit -> bool
member ShouldSerializeautotick : unit -> bool
member ShouldSerializebackgroundcolor : unit -> bool
member ShouldSerializedomain : unit -> bool
member ShouldSerializedtick : unit -> bool
member ShouldSerializeexponentformat : unit -> bool
member ShouldSerializefixedrange : unit -> bool
...
Full name: XPlot.Plotly.Graph.Yaxis
--------------------
new : unit -> Yaxis
type Yaxis =
new : unit -> Yaxis
member ShouldSerialize_isSubplotObj : unit -> bool
member ShouldSerializeanchor : unit -> bool
member ShouldSerializeautorange : unit -> bool
member ShouldSerializeautotick : unit -> bool
member ShouldSerializebackgroundcolor : unit -> bool
member ShouldSerializedomain : unit -> bool
member ShouldSerializedtick : unit -> bool
member ShouldSerializeexponentformat : unit -> bool
member ShouldSerializefixedrange : unit -> bool
...
Full name: XPlot.Plotly.Graph.Yaxis
--------------------
new : unit -> Yaxis
static member Chart.WithLayout : layout:Layout -> chart:PlotlyChart -> PlotlyChart
val shapeTrace1 : Scatter
Full name: Plotly-line-scatter-plots.shapeTrace1
Full name: Plotly-line-scatter-plots.shapeTrace1
val shapeTrace2 : Scatter
Full name: Plotly-line-scatter-plots.shapeTrace2
Full name: Plotly-line-scatter-plots.shapeTrace2
val shapeTrace3 : Scatter
Full name: Plotly-line-scatter-plots.shapeTrace3
Full name: Plotly-line-scatter-plots.shapeTrace3
val shapeTrace4 : Scatter
Full name: Plotly-line-scatter-plots.shapeTrace4
Full name: Plotly-line-scatter-plots.shapeTrace4
val shapeTrace5 : Scatter
Full name: Plotly-line-scatter-plots.shapeTrace5
Full name: Plotly-line-scatter-plots.shapeTrace5
val shapeTrace6 : Scatter
Full name: Plotly-line-scatter-plots.shapeTrace6
Full name: Plotly-line-scatter-plots.shapeTrace6
val shapeLayout : Layout
Full name: Plotly-line-scatter-plots.shapeLayout
Full name: Plotly-line-scatter-plots.shapeLayout
Multiple items
type Legend =
new : unit -> Legend
member ShouldSerializebgcolor : unit -> bool
member ShouldSerializebordercolor : unit -> bool
member ShouldSerializeborderwidth : unit -> bool
member ShouldSerializefont : unit -> bool
member ShouldSerializeorientation : unit -> bool
member ShouldSerializetracegroupgap : unit -> bool
member ShouldSerializetraceorder : unit -> bool
member ShouldSerializex : unit -> bool
member ShouldSerializexanchor : unit -> bool
...
Full name: XPlot.Plotly.Graph.Legend
--------------------
new : unit -> Legend
type Legend =
new : unit -> Legend
member ShouldSerializebgcolor : unit -> bool
member ShouldSerializebordercolor : unit -> bool
member ShouldSerializeborderwidth : unit -> bool
member ShouldSerializefont : unit -> bool
member ShouldSerializeorientation : unit -> bool
member ShouldSerializetracegroupgap : unit -> bool
member ShouldSerializetraceorder : unit -> bool
member ShouldSerializex : unit -> bool
member ShouldSerializexanchor : unit -> bool
...
Full name: XPlot.Plotly.Graph.Legend
--------------------
new : unit -> Legend
property Legend.y: float
Multiple items
type Font =
new : unit -> Font
member ShouldSerializecolor : unit -> bool
member ShouldSerializefamily : unit -> bool
member ShouldSerializesize : unit -> bool
member color : string
member family : string
member size : float
member color : string with set
member family : string with set
member size : float with set
Full name: XPlot.Plotly.Graph.Font
--------------------
new : unit -> Font
type Font =
new : unit -> Font
member ShouldSerializecolor : unit -> bool
member ShouldSerializefamily : unit -> bool
member ShouldSerializesize : unit -> bool
member color : string
member family : string
member size : float
member color : string with set
member family : string with set
member size : float with set
Full name: XPlot.Plotly.Graph.Font
--------------------
new : unit -> Font