So I used pip to install matplotlib module through command line in windows, but when I then try to import the module in python, it says no module is found.
How do I fix this? When I've tried to install it again, it says the module exists and can be found through my files. However python doesn't seem to be able to link to it to import it?