Open xuke444 opened 4 years ago
create an conda env with python 3.7 pip install matplotlib==3.2.2
then create py file will flowing code.
import matplotlib.cm as cm cm.rainbow(xxxx)
it says Module 'matplotlib.cm' has no 'rainbow' member
XXX
to clarify auto complete, and go to definition also not working. but run time passes.
Environment data
Expected behaviour
create an conda env with python 3.7 pip install matplotlib==3.2.2
then create py file will flowing code.
import matplotlib.cm as cm cm.rainbow(xxxx)
it says Module 'matplotlib.cm' has no 'rainbow' member
Actual behaviour
XXX
Logs
Code Snippet / Additional lnformation