jagracar / grafica

A simple and configurable plotting library for Processing
https://jagracar.com/grafica.php
Other
48 stars 26 forks source link

push matrix error #4

Open murenrb opened 8 years ago

murenrb commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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.