matplotlib color map enumeration not detected wbadry 创建于 2021年01月09日 12:41 Hello, I wonder why the PyCharm IDE does not detect the matplotlob color map enumeration. import matplotlib.pyplot as plt...plt.imshow(train_images[i], cmap=plt.cm.binary)
Hi,
Please see a known issue: https://youtrack.jetbrains.com/issue/PY-19585
It's probably related to all matplotlib.cm modules.