ResidentMario/missingno

missingno in PyCharm

Abe92 opened this issue · 2 comments

Abe92 commented

Hi,

I just recently (on 8th July 2020) installed this library in my PyCharm.
However, whenever I try to use it the PyCharm won't show me the nice graphical representation of the missing data.

missingno_1
missingno_2

Is this currently not supported in PyCharm?

*Edit:
(1) I have included some screenshots on 8th July 2020

I think you need to use matplotlib to actually plot the AxesSubplot object
So first import matplotlib.pyplot as plt and after using msno.matrix() (without the print) call plt.show()

Abe92 commented

I think you need to use matplotlib to actually plot the AxesSubplot object
So first import matplotlib.pyplot as plt and after using msno.matrix() (without the print) call plt.show()

Thanks, Atnac8!
It did work.

Many thanks for your time!