Skip to content

Commit

Permalink
Update radius to 25 for HeatMap
Browse files Browse the repository at this point in the history
  • Loading branch information
fedderw authored Jan 10, 2024
1 parent cfb50d8 commit fba080f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/1_Bus_stops.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def map_color_to_citylink(color):
# Plot it on the map
HeatMap(
heat_data,
radius=20,
radius=25,
blur=15,
# gradient={0.2: "blue", 0.4: "lime", 0.6: "yellow", 1: "red"},
min_opacity=0.3,
Expand Down

0 comments on commit fba080f

Please sign in to comment.