From 2db052e29f771eb03918be26ed43c51128b8e7ce Mon Sep 17 00:00:00 2001 From: Asmita Acharya <79387860+achasmita@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:39:49 -0800 Subject: [PATCH] Remove the scatterplot inside heatmap --- pages/map.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pages/map.py b/pages/map.py index fda82f1..2f62cc7 100644 --- a/pages/map.py +++ b/pages/map.py @@ -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],