I have a list of (latitude, logic, value) - Tuples I want to use Basmam. What is the easiest way to do this?
data = [(1, 2, 0.12323), (2, 5, 0.23232), (4, 52,0.23131) This is the tenth time ]
I have not used Besemap, but it seems like what you want Scatter () method:
which takes the same parameters as the matplotlib.pyplot.scatter method:
Comments
Post a Comment