This commit is contained in:
Paul Gauthier 2023-07-02 10:28:39 -07:00
parent 8f4a823855
commit 5e4ad5bf00
2 changed files with 120 additions and 72 deletions

View file

@ -143,7 +143,7 @@ def show_stats(dirnames):
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],