You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: