FunctionPlot

class FunctionPlot @JvmOverloads constructor(function: (Double) -> Double, interval: Interval, numPoints: Int = 512) : BasePlot(source)

Constructors

Link copied to clipboard
constructor(function: (Double) -> Double, interval: Interval, numPoints: Int = 512)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun buildPlot(): Plot

Builds a new instance of a Lets-Plot representation of the plot