Create a single amplitude plot of FFT data.
(string)
selection of the containing element, usually a div
(FFTResult)
data to plot
(SeismographConfig)
configuration of the plot, note not all options are supported by fft plots
(boolean
= true
)
true for loglog plot, false for linlog
any
:
the plot
Create a amplitude plot of multiple FFT data.
(string)
selection of the containing element, usually a div
(Array<FFTResult>)
data to plot
(SeismographConfig
= new SeismographConfig()
)
configuration of the plot, note not all options are supported by fft plots
(boolean
= true
)
true for loglog plot, false for linlog
any
:
the plot
(string)
(SeismographConfig)
((FFTResult | Array<FFTResult>))
(boolean
= true
)
Defualt CSS for styling fft plots.