Small refactor of map.py.

This commit is contained in:
Sebastian Lenzlinger 2024-01-05 16:02:19 +01:00
parent 617cd2d1f4
commit 033e66849e

View File

@ -156,7 +156,7 @@ def add_heat_map_time(heat_df, map):
max_opacity=0.8, max_opacity=0.8,
gradient=gradient, gradient=gradient,
min_opacity=0.3, min_opacity=0.3,
radius=8, radius=9,
use_local_extrema=False, use_local_extrema=False,
blur=1, blur=1,
index=index, index=index,