Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion benchmark/benchmarks_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def plot_data(df: pd.DataFrame, config: VisualizationsConfig):
hue="kernel_provider",
marker="o",
palette="tab10",
errorbar=("ci", None),
)

# Seaborn can't plot pre-computed error bars, so we need to do it manually
Expand Down