What's the most up-to-date method to get numpy & matplotlib in GH?

Can someone point out the most recent method to get access to numpy and matplotlib within GH?

I’m currently using GHCpython but it tends to freeze a lot and GH Python Remote is only available for Rhino 5 & python 2.6.

This post highlights some significant limitations of Enthought’s Numpy implementation so I’d rather avoid that.

Thanks in advance

I guess try these

I did not try them though.

I believe there are .net libraries that do whatever matplotlib/numpy/scipy do fairly good enough.

for numpy it’s Mathnet.numerics

Both are in C#, could you describe the process of accessing them within a GH C# component?

For implementing Math.NET Numerics in GHPython, have a look at this walk through by @piac: