Embody


Plots2D Module

Functions and values

Function or value Description

limitPointCount pointCountThreshold series

Full Usage: limitPointCount pointCountThreshold series

Parameters:
Returns: Single2DSeries<'x, 'y>
Modifiers: inline
Type parameters: 'x, 'y

Keep series's point count below a certain threshold. Might improve rendering performance at the cost of plot resolution.

pointCountThreshold : int
series : Single2DSeries<'x, 'y>
Returns: Single2DSeries<'x, 'y>

plot plot2D

Full Usage: plot plot2D

Parameters:
Returns: PlotlyChart

Plot a 2D XPlot.Plotly chart.

plot2D : Plot2D<'x, 'y>
Returns: PlotlyChart