Skip to content

Commit

Permalink
Set auto_pan False for marker popup in plot_frequencies_map_markers() (
Browse files Browse the repository at this point in the history
  • Loading branch information
leehart authored Sep 23, 2024
1 parent f0b3592 commit 6c3554b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions malariagen_data/anoph/snp_frq.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@ def plot_frequencies_map_markers(
"""
marker.popup = ipyleaflet.Popup(
child=ipywidgets.HTML(popup_html),
auto_pan=False,
)
m.add(marker)

Expand Down

0 comments on commit 6c3554b

Please sign in to comment.