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
Thanks for the epic library, recently stumbled across it and I'm loving it!
I'm getting the following error when trying to run my script: Uncaught TypeError: Cannot read property 'elt' of undefined at new GPlot (grafica.min.js:1)
I saw that it has come up in the past, and have updated my version of p5 and grafica, as it seemed to resolve the issue for others, but it hasn't helped.
Thanks for the help!
The text was updated successfully, but these errors were encountered:
I got same error after passing function instead of sketch to GPlot, I don't know if this was your issue but one surely can get confused because of naming conventions here and in p5.js ES6 instance mode example, in defaultPlot.js example we have: var defaultPlotSketch = function(p) {
where p is sketch object here: const s = ( sketch ) => {
Hey, Jagracar :)
Thanks for the epic library, recently stumbled across it and I'm loving it!
I'm getting the following error when trying to run my script:
Uncaught TypeError: Cannot read property 'elt' of undefined at new GPlot (grafica.min.js:1)
I saw that it has come up in the past, and have updated my version of p5 and grafica, as it seemed to resolve the issue for others, but it hasn't helped.
Thanks for the help!
The text was updated successfully, but these errors were encountered: