We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5ee17 commit fa250a5Copy full SHA for fa250a5
bayesflow/diagnostics/plots/pairs_posterior.py
@@ -1,7 +1,6 @@
1
-from collections.abc import Sequence, Mapping
+from collections.abc import Mapping, Sequence
2
3
import matplotlib.pyplot as plt
4
-
5
import numpy as np
6
import pandas as pd
7
import seaborn as sns
@@ -18,7 +17,7 @@ def pairs_posterior(
18
17
dataset_id: int = None,
19
variable_keys: Sequence[str] = None,
20
variable_names: Sequence[str] = None,
21
- height: int = 3,
+ height: float = 3.0,
22
post_color: str | tuple = "#132a70",
23
prior_color: str | tuple = "gray",
24
alpha: float = 0.9,
0 commit comments