Map Traces
-
The data that describes the choropleth value-to-color mapping is set in
z.The geographic locations corresponding to each value in
See morezare set inlocations. -
GeoJSON features to be filled are set in
See moregeojsonThe data that describes the choropleth value-to-color mapping is set inlocationsandz. -
The data visualized as scatter point or lines on a geographic map is provided either by longitude/latitude pairs in
See morelonandlatrespectively or by geographic location IDs or names inlocations. -
The data visualized as scatter point, lines or marker symbols on a Mapbox GL geographic map is provided by longitude/latitude pairs in
See morelonandlat. -
Draws a bivariate kernel density estimation with a Gaussian kernel from
See morelonandlatcoordinates and optionalzvalues using a colorscale.
View on GitHub
Install in Dash
Map Traces Reference