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

push matrix error #4

Open
murenrb opened this issue Apr 11, 2016 · 2 comments
Open

push matrix error #4

murenrb opened this issue Apr 11, 2016 · 2 comments

Comments

@murenrb
Copy link

murenrb commented Apr 11, 2016

I am using graphica in a UI for a datalogger with a fair amount of data. I am receiving the error: "pushmatrix cannot use push more than 32 times" at a random interval after I have hundreds of data points on the graph. What is strange is that I have tried putting the draw portion of the plotting section in a try statement and that does not help. Does the library use push at any other point?

Any insights would be helpful.

@jagracar
Copy link
Owner

Hi @murenrb ! Did you solve the problem? I can try to help if you send me a simplified script where I can reproduce the error.

@jagracar
Copy link
Owner

pushMatrix is mostly used to draw the axis ticks and the axis tick labels. You can try to NOT draw the axes to see if the problem disappears.

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

2 participants