mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
new svg
This commit is contained in:
parent
b3741af4e5
commit
f27a869649
2 changed files with 1078 additions and 3652 deletions
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 72 KiB |
|
@ -110,7 +110,7 @@ def show_stats(dirnames):
|
||||||
edge["label"] = fmt
|
edge["label"] = fmt
|
||||||
|
|
||||||
color = "#b3e6a8" if "diff" in fmt else "#b3d1e6"
|
color = "#b3e6a8" if "diff" in fmt else "#b3d1e6"
|
||||||
hatch = "**" if "func" in fmt else ""
|
hatch = "*" if "func" in fmt else ""
|
||||||
rects = ax.bar(
|
rects = ax.bar(
|
||||||
pos + i * width,
|
pos + i * width,
|
||||||
df[fmt],
|
df[fmt],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue