Trying to simulate a robot. Matplotlib, numpy, etc. are all installed on my system, but obviously blender has its own independent version of Python, because at the moment
import matplotlib
turns up an ImportError.
How do I point blender’s python to matplotlib?