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 bc3d903 commit f54a16cCopy full SHA for f54a16c
autoemulate/core/compare.py
@@ -626,7 +626,7 @@ def plot( # noqa: PLR0912, PLR0915
626
The ranges of the output features to consider for the plot. Ranges are
627
combined such that the final subset is the intersection data within
628
the specified ranges. Defaults to None.
629
- error_style: str
+ error_style: Literal["bars", "fill"]
630
The style of error representation in the plots. Can be "bars" for error
631
bars or "fill" for shaded error regions. Defaults to "bars".
632
figsize: tuple[int, int] | None
0 commit comments