How to coax `missingno` nullity plot to show only selected columns

Viewed 10

The nullity plot, generated with missingno, of my data looks like this:

enter image description here

but I don't need to display the first 10 columns (no to uv_bottom). Is there any way to get missingno to show only select columns, aside from manually cropping the image?

The advanced configuration described in the docs doesn't mention it.

0 Answers
Related