We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc14fd commit 96aaf26Copy full SHA for 96aaf26
1 file changed
scripts/footprint/plot.py
@@ -101,6 +101,7 @@ def iter_node(node: dict, parent=''):
101
skip_invalid=True,
102
)
103
fig.update_layout(margin={'t': 0, 'l': 0, 'r': 0, 'b': 0})
104
+ fig.update_traces(textfont=dict(size=24))
105
106
if args.html:
107
fig.write_html(args.html, auto_open=False)
0 commit comments