ResidentMario/missingno

Using missingno from the python command line

ggutierrezc opened this issue · 1 comments

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,

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