Hello everybody !
How can I change Font-Family of a Plot , I used a sunburst and I want to change the font-family
THANK YOUU
Hello everybody !
How can I change Font-Family of a Plot , I used a sunburst and I want to change the font-family
THANK YOUU
Hi,
If you want to change it globally in the figure, you can use fig.update_layout(font_family="selected-font-family")
. There are specific options for title, legend and so on, please take a look on the docs for more info: Setting the font, title, legend entries, and axis titles in Python
working !!
Thanks