Cubic Bezier Line Plot
A line plot that draws a smooth, curved line that passes through each data point.
This plot is ideal for representing continuous data sets where a visually smooth path is desired, such as in signal processing or natural phenomena graphs. It differs from a standard LinePlot2 by using cubic Bézier curves between points instead of straight lines.
Parameters
The type of the x-axis values.
The type of the y-axis values.
The series of Points to be plotted.
A CubicBezierControlPointCalculator that defines the curve's shape between points. Defaults to a Catmull-Rom implementation.
Style for the line connecting data points. If null, no line is drawn.
An optional composable used to render a symbol at each data point.
The AnimationSpec to use for animating the plot.
Modifier for the plot.