blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
RenderScatterPlotOptions
Interface RenderScatterPlotOptions
Options accepted by
renderScatterPlot
.
interface
RenderScatterPlotOptions
{
height
:
number
;
points
:
readonly
ScatterPlotPoint
[]
;
width
:
number
;
xDomain
?:
{
max
:
number
;
min
:
number
}
;
yDomain
?:
{
max
:
number
;
min
:
number
}
;
}
Index
Properties
height
points
width
x
Domain?
y
Domain?
Properties
height
height
:
number
Plot height.
points
points
:
readonly
ScatterPlotPoint
[]
Points.
width
width
:
number
Plot width.
Optional
x
Domain
xDomain
?:
{
max
:
number
;
min
:
number
}
X domain.
Optional
y
Domain
yDomain
?:
{
max
:
number
;
min
:
number
}
Y domain.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
points
width
x
Domain
y
Domain
GitHub
Roadmap
blessed-components - v1.20.0
Loading...
Options accepted by renderScatterPlot.