I have been struggling to get a 64-bit version of PyPlot. I have found an unofficial 64-bit version of matplotlib, but then when I import matplotlib, pyplot is not an attribute of matplotlib.
How can I get a 64-bit version of PyPlot?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I hope this isn’t a dumb suggestion, but did you try
import matplotlib.pyplot as plt? It is a submodule and you wouldn’t normally be able to access it as an attribute ofmatplotlib.