Skip to content

Commit 23c0908

Browse files
leehartalimanfoo
andauthored
Change default width, height for plot_sample_location_geo()
Co-authored-by: Alistair Miles <alimanfoo@googlemail.com>
1 parent c6a8563 commit 23c0908

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

malariagen_data/anoph/sample_metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,8 +1281,8 @@ def plot_sample_location_geo(
12811281
hover_name: plotly_params.hover_name = "location",
12821282
fitbounds: plotly_params.fitbounds = "locations",
12831283
scope: plotly_params.scope = "world",
1284-
width: plotly_params.fig_width = 500,
1285-
height: plotly_params.fig_height = 500,
1284+
width: plotly_params.fig_width = 800,
1285+
height: plotly_params.fig_height = 600,
12861286
show: plotly_params.show = True,
12871287
renderer: plotly_params.renderer = None,
12881288
**kwargs,

0 commit comments

Comments
 (0)