matplotlib color map enumeration not detected Follow
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)
Please sign in to leave a comment.
Hi,
Please see a known issue: https://youtrack.jetbrains.com/issue/PY-19585
It's probably related to all matplotlib.cm modules.