scripts: Added -t/--tiny to treemap.py

Even though I think this makes less sense for the ascii-rendering
scripts, it's useful to have this flag around when jumping between
treemap.py and treemapd3.py.

And it might actually make sense sometimes now that -t/--tiny does not
override --to-scale.
This commit is contained in:
Christopher Haster
2025-03-10 23:17:11 -05:00
parent 92ac2a757e
commit 3d355d7783
2 changed files with 13 additions and 2 deletions
+2 -2
View File
@@ -567,11 +567,11 @@ def main(csv_paths, output, *,
no_stats=False,
to_scale=None,
aspect_ratio=(1,1),
tiny=False,
nested=False,
title=None,
padding=1,
no_label=False,
tiny=False,
nested=False,
dark=False,
font=FONT,
font_size=FONT_SIZE,