We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0db6ed + 05e89bf commit 8ef069cCopy full SHA for 8ef069c
1 file changed
malariagen_data/anoph/frq_base.py
@@ -417,6 +417,14 @@ def plot_frequencies_heatmap(
417
`aa_allele_frequencies_advanced()` or
418
`gene_cnv_frequencies_advanced()`.
419
""",
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
428
kwargs="Passed through to `px.line()`.",
429
),
430
returns="""
0 commit comments