mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Update text color to "#555" in swe_bench_lite.py.
This commit is contained in:
parent
1f7ff54717
commit
c3b8caf480
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def plot_swe_bench_lite(data_file):
|
|||
plt.rcParams["hatch.color"] = "#444444"
|
||||
|
||||
rc("font", **{"family": "sans-serif", "sans-serif": ["Helvetica"], "size": 10})
|
||||
plt.rcParams["text.color"] = "#444444"
|
||||
plt.rcParams["text.color"] = "#555"
|
||||
|
||||
fig, ax = plt.subplots(figsize=(10, 5))
|
||||
ax.grid(axis="y", zorder=0, lw=0.2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue