Using matplotlib.pyplot import matplotlib.pyplot as plt coord = [[1,1], [2,1], [2,2], [1,2], [0.5,1.5]] coord.append(coord[0]) #repeat the ...
確定! 回上一頁