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 12b06b9 commit 6914bafCopy full SHA for 6914baf
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
@@ -19,7 +18,7 @@ def pairs_posterior(
19
18
dataset_id: int = None,
20
variable_keys: Sequence[str] = None,
21
variable_names: Sequence[str] = None,
22
- height: int = 3,
+ height: float = 3.0,
23
post_color: str | tuple = "#132a70",
24
prior_color: str | tuple = "gray",
25
target_color: str | tuple = "red",
0 commit comments