We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06e52c5 + 8938a52 commit 2ceb107Copy full SHA for 2ceb107
1 file changed
malariagen_data/anoph/aim_data.py
@@ -208,6 +208,7 @@ def plot_aim_heatmap(
208
show: plotly_params.show = True,
209
renderer: plotly_params.renderer = None,
210
) -> plotly_params.figure:
211
+ aims = self._prep_aims_param(aims=aims)
212
# Load AIM calls.
213
ds = self.aim_calls(
214
aims=aims,
0 commit comments