Skip to content

Commit c4a8499

Browse files
committed
fix typo
Signed-off-by: Jack Luar <[email protected]>
1 parent ddc3dc7 commit c4a8499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AutoTuner/scripts/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def plot(df: pd.DataFrame, key: str, dir: str):
184184
ax.plot(
185185
df["timestamp"],
186186
poly_func(df["timestamp"]),
187-
"r--logger.error",
187+
"r--",
188188
label=f"y={coeff[0]:.2f}x+{coeff[1]:.2f}",
189189
)
190190
ax.legend()

0 commit comments

Comments
 (0)