Closed
Description
plotly==5.12.0
https://plotly.com/python/heatmaps/
It appears via the documentation that text_auto was added to px.imshow in plotly 5.5, but seems to not function in plotly 5.12.0
fig = px.imshow(
df.corr(),
text_auto=".2f"
)
TypeError: imshow() got an unexpected keyword argument 'text_auto'
Metadata
Metadata
Assignees
Labels
No labels