Closed
Description
>>> fig = go.Figure(layout={'title': 'Figure Title', 'font': {'size': 20, 'family': 'Courier'}})
>>> fig
Figure({
'data': [],
'layout': {'font': {'family': 'Courier', 'size': 20}, 'template': '...', 'title': {'text': 'Figure Title'}}
})
>>> pio.to_templated(fig)
Figure({
'data': [], 'layout': {'template': '...', 'title': {'text': 'Figure Title'}}
})
The style properties should go to the template I think?
Metadata
Metadata
Assignees
Labels
No labels