matplotlib color map enumeration not detected

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)

1 comment
Comment actions Permalink

Hi,

Please see a known issue: https://youtrack.jetbrains.com/issue/PY-19585

It's probably related to all matplotlib.cm modules.

0

Please sign in to leave a comment.