def AreaPlot(self, Lon, Lat, Set=['y',1,'k',1]): x, y = self._map(Lon, Lat) if Set[0]: self._zo += 1 plt.fill(x, y, color = Set[0], alpha = Set[1], ...
確定! 回上一頁