Skip to content

Commit 8ef069c

Browse files
authored
Merge pull request #1173 from isobelnolan/docs/plot-frequencies-time-series-params
docs: add missing parameter docs for taxa and areas in plot_frequencies_time_series
2 parents b0db6ed + 05e89bf commit 8ef069c

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
@@ -417,6 +417,14 @@ def plot_frequencies_heatmap(
417417
`aa_allele_frequencies_advanced()` or
418418
`gene_cnv_frequencies_advanced()`.
419419
""",
420+
taxa="""
421+
Taxon or list of taxa to include in the plot. If None,
422+
all taxa are shown.
423+
""",
424+
areas="""
425+
Area or list of areas to include in the plot. If None,
426+
all areas are shown.
427+
""",
420428
kwargs="Passed through to `px.line()`.",
421429
),
422430
returns="""

0 commit comments

Comments
 (0)