-
-
It would be good to have a data set in the package to demo `mWorldMap()`. Ideally there should be a handful of interesting variables for choropleth maps -- both categorical or quantitative.
-
Create an interactive US map visualizing the current total doses allocation by state
Sample: https://plotly.com/python/choropleth-maps/
-
I am showing diesel prices in each state. When the user clicks on petrol prices now the map should show petrol prices in each state? How do i do that?
-
show political boarders and color countries with at least one pin.
-
From the [geopandas.plot docstring](https://geopandas.org/en/stable/docs/reference/api/geopandas.GeoDataFrame.plot.html#geopandas.GeoDataFrame.plot)
> Name of a choropleth classification scheme (re…
-
When viewing a choropleth, all municipalities show 100%
http://wazimap.co.za/data/map/?table=VOTER_TURNOUT_PROVINCIAL_2014&geo_ids=country-ZA,municipality|country-ZA&primary_geo_id=country-ZA
-
I cannot see the marker display after running the code...I am using Jupyter. Anyone can help?
import folium
import pandas as pd
worldmap = folium.Map(
location = [36.52978, -6.29465],
z…
-
this would be a choropleth of just that one city's score. it's tricky because it would be better to show the new scale (0-100), not probably/maybe. but i could also show the binary.
-
Hello, new to javascript, and having issues getting this chart's color scale working. I had random numbers in the values prior, set to zero just for testing right now.
Attached a photo of what it…