Skip to content

Box plot to draw based on mean+-std deviation  #6697

Closed
@28raining

Description

@28raining
Contributor

We'd like box plots to have the ability to draw the box based on standard deviation instead of quartiles.
This allows us to identify which data points need more attention.

This is something Tableau can do, the tool we use currently.

We're using PlotlyExpress which is why it's so hard to set q1,q2,q3 manually, because PlotlyExpress creates many 2-D datasets from the single dataFrame we give it. (because we separate plots by color, row, column)

image

Activity

28raining

28raining commented on Aug 5, 2023

@28raining
ContributorAuthor

Created pull request

#6698

alexcjohnson

alexcjohnson commented on Aug 18, 2023

@alexcjohnson
Collaborator

closed by #6698 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @alexcjohnson@28raining

        Issue actions

          Box plot to draw based on mean+-std deviation · Issue #6697 · plotly/plotly.js