Connecting points in a plane

135 views Asked by At

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.

0

There are 0 answers