Skip to content

Commit e62d50f

Browse files
committed
Draw the all points of PSD data
1 parent 3f87150 commit e62d50f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/graph_spectrum_plot.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ GraphSpectrumPlot._drawPowerSpectralDensityGraph = function (canvasCtx) {
368368
MARGIN,
369369
"Hz",
370370
);
371-
<<<<<<< HEAD
372371
this._drawVerticalGridLines(
373372
canvasCtx,
374373
LEFT,
@@ -394,8 +393,6 @@ GraphSpectrumPlot._drawPowerSpectralDensityGraph = function (canvasCtx) {
394393
);
395394

396395
canvasCtx.restore();
397-
=======
398-
>>>>>>> 0bdf2f4 (Code issues are resolved)
399396
};
400397

401398
GraphSpectrumPlot._drawFrequencyVsXGraph = function (canvasCtx) {

0 commit comments

Comments
 (0)