Skip to content

Commit 008edce

Browse files
authored
Update plot_njt() in distance.py - render_mode="svg"
1 parent c934807 commit 008edce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

malariagen_data/anoph/distance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def plot_njt(
421421
height: plotly_params.fig_height = 600,
422422
show: plotly_params.show = True,
423423
renderer: plotly_params.renderer = None,
424-
render_mode: plotly_params.render_mode = "auto",
424+
render_mode: plotly_params.render_mode = "svg",
425425
title: plotly_params.title = True,
426426
title_font_size: plotly_params.title_font_size = 14,
427427
line_width: plotly_params.line_width = 0.5,

0 commit comments

Comments
 (0)