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
Is there a possiblity to introduce a spline drawing capability to this node by supplying an array of plot points? I am currently using pyplot but would much rather use something built in node-red.
The text was updated successfully, but these errors were encountered:
It's not something I am looking to implement but if you wish to make a pull request I would definitely look into it. Even if you only provide the logic for drawing splines I would happily do the UI and integration.
Alternatively, you can DIY this in a function node. Pass the image as a jimp object then you can access all of the functionality of jimp and draw whatever you wish.
Is there a possiblity to introduce a spline drawing capability to this node by supplying an array of plot points? I am currently using pyplot but would much rather use something built in node-red.
The text was updated successfully, but these errors were encountered: