PlotlyWidget.plotly_relayout¶
-
PlotlyWidget.
plotly_relayout
(relayout_data, **kwargs)¶ Perform a Plotly relayout operation on the figure’s layout
- Parameters
relayout_data (dict) –
Dict of layout updates
dict keys are strings that specify the properties to be updated. Nested properties are expressed by joining successive keys on ‘.’ characters (e.g. ‘xaxis.range’)
dict values are the values to use to update the layout.
- Returns
- Return type
None