Skip to content

imshow text_auto regression #4035

Closed
Closed
@znimon

Description

@znimon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions