Skip to content

Commit 96aaf26

Browse files
committed
scripts: footprint: plot: Increase label font size
Improve readability of sunburst labels in generated interactive plot. Signed-off-by: Jon Ringle <jringle@gridpoint.com>
1 parent 4dc14fd commit 96aaf26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/footprint/plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def iter_node(node: dict, parent=''):
101101
skip_invalid=True,
102102
)
103103
fig.update_layout(margin={'t': 0, 'l': 0, 'r': 0, 'b': 0})
104+
fig.update_traces(textfont=dict(size=24))
104105

105106
if args.html:
106107
fig.write_html(args.html, auto_open=False)

0 commit comments

Comments
 (0)