Embody


Plots3D Module

Functions and values

Function or value Description

limitPointCount pointCountThreshold series

Full Usage: limitPointCount pointCountThreshold series

Parameters:
Returns: Single3DTrajectory<'l, 't>
Modifiers: inline
Type parameters: 'l, 't

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

pointCountThreshold : int
series : Single3DTrajectory<'l, 't>
Returns: Single3DTrajectory<'l, 't>

plot plot3D

Full Usage: plot plot3D

Parameters:
Returns: PlotlyChart
Modifiers: inline
Type parameters: 'l, 't

Plot a 3D XPlot.Plotly chart.

plot3D : Plot3D<'l, 't>
Returns: PlotlyChart