我正在尝试使用以下代码在大叶上绘制边缘中心图
graph_map = ox.plot_graph_folium(G,
popup_attribute='name',
tiles='stamenterrain',
edge_color=ec,
edge_width=2)
边缘颜色列表在哪里ec
,但没有显示出来。是否edge_color
接受颜色列表?有任何想法吗?
如果你能帮助我,我真的很感激。
https://github.com/gboeing/osmnx-examples/blob/master/notebooks/08-example-line-graph.ipynb