How can I vertical align text inside Plotly Table cells? I can successfully set the height:
go.Figure(
data=[
go.Table(
cells=dict(
height=50,
)
)
]
)
This looks awful:
How can I vertical align text inside Plotly Table cells? I can successfully set the height:
go.Figure(
data=[
go.Table(
cells=dict(
height=50,
)
)
]
)
This looks awful: