I have a 101x101 array filled with 0's and 1's. If I plot it using matplotlib, it does not connect all the randomly scattered points in a plane.
Just wondering whether there is any python package that connects all the points in a plane. Any help would be greatly appreciated.