Skip to content

Commit 6c3554b

Browse files
authored
Set auto_pan False for marker popup in plot_frequencies_map_markers() (#624)
1 parent f0b3592 commit 6c3554b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

malariagen_data/anoph/snp_frq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,7 @@ def plot_frequencies_map_markers(
11071107
"""
11081108
marker.popup = ipyleaflet.Popup(
11091109
child=ipywidgets.HTML(popup_html),
1110+
auto_pan=False,
11101111
)
11111112
m.add(marker)
11121113

0 commit comments

Comments
 (0)