我试图为此使用matplotlib,但我遇到了麻烦。 from shapely.geometry import Polygon import matplotlib.pyplot as plt polygon1 = Polygon([(0,5), ...
確定! 回上一頁