I have been searching unsuccessfully for the method to increase the font sizes of labels on each pracoord axis.
I tried this:
ββ"
Customize the label font
fig.update_layout(
parcoords=dict(
labelfont=dict(
family=βArialβ,
size=14,
color=βredβ
)
)
)ββ"
with no luck. Suggestions greatly appreciated.