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 cab6757 commit 011b977Copy full SHA for 011b977
src/graph_spectrum_plot.js
@@ -381,16 +381,16 @@ GraphSpectrumPlot._drawPowerSpectralDensityGraph = function (canvasCtx) {
381
);
382
const offset = 1;
383
this._drawInterestFrequency(
384
- canvasCtx,
385
- this._fftData.maxNoiseIdx,
386
- PLOTTED_BLACKBOX_RATE,
387
- "Max noise",
388
- WIDTH,
389
- HEIGHT,
390
- 15 * offset + MARGIN,
391
- "rgba(255,0,0,0.50)",
392
- 3,
393
- );
+ canvasCtx,
+ this._fftData.maxNoiseIdx,
+ PLOTTED_BLACKBOX_RATE,
+ "Max noise",
+ WIDTH,
+ HEIGHT,
+ 15 * offset + MARGIN,
+ "rgba(255,0,0,0.50)",
+ 3,
+ );
394
395
canvasCtx.restore();
396
};
0 commit comments