Skip to content

Commit 876f09d

Browse files
authored
update label args
1 parent 4d429ae commit 876f09d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bayesflow/diagnostics.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ def plot_recovery(
9898
A flag for adding R^2 between true and estimates to the plot
9999
color : str, optional, default: '#8f2727'
100100
The color for the true vs. estimated scatter points and error bars
101-
101+
xlabel : str, optional, default: 'Ground truth'
102+
The label on the x-axis of the plot
103+
ylabel : str, optional, default: 'Estimated'
104+
The label on the y-axis of the plot
105+
102106
Returns
103107
-------
104108
f : plt.Figure - the figure instance for optional saving

0 commit comments

Comments
 (0)