Open
Description
Hello Sigplot team,
I am debugging an issue right now where Sigplot is only willing to plot the first 32768 points that I provide it, but then cuts off the remaining points. I am not sure what would be causing this. I have found a few places in the code where the number 32768 is mentioned...
- https://github.com/spectriclabs/sigplot/blob/fa92189585cdc2daf0ea8de374ab48a5f8f214c2/js/sigplot.js#L8833
- https://github.com/spectriclabs/sigplot/blob/fa92189585cdc2daf0ea8de374ab48a5f8f214c2/js/sigplot.js#L6922
- https://github.com/LGSInnovations/sigplot/blob/480cec393280a41359924383d06bb6849eeab879/js/mx.js#L5159
... the first of which certainly seems to provide a clue at a glance:
// unless 'All' mode is set or 'xdata' mode is used
// we emulate XPLOT by only showing the first 32768 points
But I do have all mode set, so I am not sure that would be relevant. Also, putting a breaking point there seems to indicate that particular portion of code is not relevant for my situation.
Let me know if ya'll have any thoughts. Appreciate the collaboration as always.
-Kevin
Metadata
Metadata
Assignees
Labels
No labels
Activity