Skip to content

Commit

Permalink
Remove the scatterplot inside heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
achasmita committed Feb 9, 2024
1 parent d00e42a commit 2db052e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pages/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,6 @@ def create_heatmap_fig(coordinates):

)
)

# fig.add_trace(
# go.Scattermapbox(
# lat=coordinates['lat'],
# lon=coordinates['lon'],
# mode='markers',
# marker=go.scattermapbox.Marker(
# size=9,
# color=coordinates['color'],
# ),
# name = '',
# )
# )

fig.update_layout(
mapbox_style='open-street-map',
mapbox_center_lon=coordinates['lon'][0],
Expand Down

0 comments on commit 2db052e

Please sign in to comment.