I have a csv file that is 200x200. Most of the values are zeros. Somewhere at the center, I have values like this:
Zooming it out further gives this:
Nonzero values form this rectangle(ish) shape.
I want to plot these values with matplotlib so that they look as follows:
Any quick help would be appreciated. Thank you!