new EssentiaPlot( Plotly [, options ] )

Description

Creates an instance of EssentiaPlot.

Parameters
Name Type Attributes Default Description
Plotly *

plotly.js global import object (see https://plotly.com/javascript/)

options * <optional>
CONFIG

config options for the plot

Details

Methods


makeLinearSpace( start, stop, num ) → {Array}

Description

Returns evenly spaced samples, calculated over the interval [start, stop].

Parameters
Name Type Description
start *

The starting value of the sequence.

stop *

The end value of the sequence

num *

Number of samples to generate. Must be non-negative.

Returns
Details