ResidentMario / missingno

Missing data visualization module for Python.
MIT License
3.96k stars 517 forks source link

Using missingno from the python command line #127

Closed ggutierrezc closed 3 years ago

ggutierrezc commented 3 years ago

I was unable to generate graphs from the command line, I tried to use missing.plot() or missing.show() without any output. I saw the missingno functions (using dir(missingno) and nothing seems to show graphs.

Does it work just in Jupyter notebooks?

Thanks,

ggutierrezc commented 3 years ago

My bad, just using mathplotlib show() does the magic..