(緯度、対数、値)のリストがあります-Basmapを使用して表示したいタプル。それを行う最も簡単な方法は何ですか?
data = [(1, 2, 0.12323),
(2, 5, 0.23232),
(4, 52,0.23131)
.
. tenthousand times this.
.
]
(緯度、対数、値)のリストがあります-Basmapを使用して表示したいタプル。それを行う最も簡単な方法は何ですか?
data = [(1, 2, 0.12323),
(2, 5, 0.23232),
(4, 52,0.23131)
.
. tenthousand times this.
.
]
ベースマップは使用していませんが、必要なのは scatter() メソッドのようです:
http://matplotlib.github.com/basemap/api/basemap_api.html#mpl_toolkits.basemap.Basemap.scatter
matplotlib.pyplot.scatter メソッドと同じパラメーターを取ります。
http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.scatter