NumPy Not Supported?

If you're math saavy and depending on your Ignition version you can use the built in java math libraries to do matrix manipulations

You can use https://commons.apache.org/proper/commons-math/javadocs/api-3.6/index.html, check out the following thread

Note you won't be able to plot using matplotlib either. You will have to transform your results into an Ignition Dataset of some sort to feed to a chart component.

1 Like