We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b580c6 commit c96f430Copy full SHA for c96f430
src/graph_spectrum_plot.js
@@ -370,7 +370,6 @@ GraphSpectrumPlot._drawPowerSpectralDensityGraph = function (canvasCtx) {
370
const spectrumCount = this._importedPSD.curvesCount();
371
for (let spectrumNum = 0; spectrumNum < spectrumCount; spectrumNum++) {
372
const curvesPonts = this._importedPSD._curvesData[spectrumNum].points;
373
- const pointsCount = curvesPonts.length;
374
375
canvasCtx.beginPath();
376
canvasCtx.lineWidth = 1;
0 commit comments