[Pyecharts]Overlay scatters on a map
Plot scatters on top of a map/contour.
1. prepare your data:
We need objects, lat, long and data here, for instance
2. read in data with required fields:
import pandas as pd
from pyecharts import options as opts
from pyecharts.charts import Geo
from pyecharts.globals import ChartType, SymbolType
data=pd.read_csv('temp.csv') #read in the datafile
data_coor={
data['城市'][i].strip():