Skip to content

Commit 80771ed

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

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
@@ -77,7 +77,7 @@ def plot_xy(
7777
An optional output label to plot.
7878
r2_score: float | None
7979
An option r2 score to include in the plot legend.
80-
error_style: str
80+
error_style: Literal["bars", "fill"]
8181
The style of error representation in the plots. Can be "bars" for error
8282
bars or "fill" for shaded error regions. Defaults to "bars".
8383
"""

0 commit comments

Comments
 (0)