Home > Software engineering >  How to draw bounderies between countries and countries' states on pyplot.go.Figure with go.Scat
How to draw bounderies between countries and countries' states on pyplot.go.Figure with go.Scat

Time:01-26

So, I am doing a map that shows the flow of people among some cities in Brazil by drawing lines on the map, representing the path, and setting its opacity according to the count of occurrences. To do so, I am following Flow Map on Brazil

CodePudding user response:

Since I don't have the geojson data and the latitude and longitude information to draw the line, I'll use the official reference you referenced to answer your question.

  • Using the enter image description here

  •  Tags:  
  • Related