Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

px.histogram log_x argument doesn't plot #86

@awalther

Description

@awalther

Minimal example below (added marginal=rug to show where the bars supposedly should land):

import plotly_express as px

fig = px.histogram(
    px.data.iris(), 
    x='petal_width',
    color='species',
    log_x=True,
    marginal='rug',
)
fig

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