Skip to content

Commit 827e7aa

Browse files
radka-jsgreenbury
andauthored
Update autoemulate/core/plotting.py
Co-authored-by: Sam Greenbury <[email protected]>
1 parent 987d204 commit 827e7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoemulate/core/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def plot_xy(
128128
y_pred_sorted + 1.96 * y_std,
129129
color=pred_points_color,
130130
alpha=0.2,
131-
label="0.95 CI",
131+
label="±2\u03c3",
132132
)
133133
ax.plot(
134134
x_sorted,

0 commit comments

Comments
 (0)