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)

0

Hi,

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

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

0

请先登录再写评论。