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...
// unless 'All' mode is set or 'xdata' mode is used
// we emulate XPLOT by only showing the first 32768 points
Let me know if ya'll have any thoughts. Appreciate the collaboration as always.
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...
... the first of which certainly seems to provide a clue at a glance:
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