Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XY Mode With options.all = true but only 32768 points are plotted #38

Open
KevinPoole opened this issue Mar 2, 2022 · 0 comments
Open

Comments

@KevinPoole
Copy link

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...

            // 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant