mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
stars
This commit is contained in:
parent
674bfb52c6
commit
8a0909738d
1 changed files with 4 additions and 2 deletions
|
@ -111,14 +111,16 @@ def show_stats(dirnames):
|
|||
for i, fmt in enumerate(formats):
|
||||
if zorder:
|
||||
edge = dict(
|
||||
edgecolor="#444444",
|
||||
edgecolor="#eeeeee",
|
||||
linewidth=0.25,
|
||||
)
|
||||
else:
|
||||
edge = dict()
|
||||
if zorder == 2:
|
||||
edge["label"] = fmt
|
||||
|
||||
color = "#b3e6a8" if "diff" in fmt else "#b3d1e6"
|
||||
hatch = "///" if "func" in fmt else ""
|
||||
hatch = "**" if "func" in fmt else ""
|
||||
rects = ax.bar(
|
||||
pos + i * width,
|
||||
df[fmt],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue