Function or value | Description |
Full Usage:
limitPointCount pointCountThreshold series
Parameters:
int
series : Single3DTrajectory<'l, 't>
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.
|
Full Usage:
plot plot3D
Parameters:
Plot3D<'l, 't>
Returns: PlotlyChart
Modifiers: inline Type parameters: 'l, 't |
|