I am learning to use Plotly and in every single example the layout is updated with fig.update_layout(...
https://plotly.com/python/text-and-annotations/
And I would like to know exactly everything which is possible to do there.
Where could I find the exhaustive argument list for
fig.update_layout( ???
As the name implies, 'update layout', you can update alot of things with it.
Check out: https://plotly.com/python/reference/layout/
You can easily compute :
fig.update_layout(
title=title,
xaxis_title=xaxis,
yaxis_title=yaxis)
where title, xaxis_title and yaxis_title are strings.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With