Skip to content

histstack looks bad with alpha. #1631

Closed
@piti118

Description

@piti118

related to #847.

histstack should use fill_between instead of overlaying them on top of each other. (notice the green is mixed with blue instead of being pure green)

a = randn(1000)
b = randn(1000)
hist([a,b],histtype='stepfilled', stacked=True, alpha=0.5)

Unknown

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