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 de59fb8 commit 4a33711Copy full SHA for 4a33711
bayesflow/diagnostics/plots/pairs_posterior.py
@@ -114,9 +114,8 @@ def pairs_posterior(
114
return g
115
116
117
-def plot_true_params(x, **kwargs):
+def plot_true_params(x, hue=None, **kwargs):
118
"""Custom function to plot true parameters on the diagonal."""
119
-
120
# hue needs to be added to handle the case of plotting both posterior and prior
121
param = x.iloc[0] # Get the single true value for the diagonal
122
# only plot on the diagonal a vertical line for the true parameter
0 commit comments