Skip to content

Commit 47c32f1

Browse files
author
Isobel Nolan
committed
docs: add missing parameter docs for taxa and areas in plot_frequencies_time_series
1 parent 43c0dfa commit 47c32f1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

malariagen_data/anoph/frq_base.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,14 @@ def plot_frequencies_heatmap(
346346
`aa_allele_frequencies_advanced()` or
347347
`gene_cnv_frequencies_advanced()`.
348348
""",
349+
taxa="""
350+
Taxon or list of taxa to include in the plot. If None,
351+
all taxa are shown.
352+
""",
353+
areas="""
354+
Area or list of areas to include in the plot. If None,
355+
all areas are shown.
356+
""",
349357
kwargs="Passed through to `px.line()`.",
350358
),
351359
returns="""

0 commit comments

Comments
 (0)