Skip to content

[errorbar-basic] Basic Error Bar Plot #973

@MarkusNeusinger

Description

@MarkusNeusinger

Description

An error bar plot displays data points with associated uncertainty or variability represented by bars extending above and below (or left and right of) each point. Error bars commonly represent standard deviation, standard error, confidence intervals, or min/max ranges.

Key Features

  • Central point or bar showing mean/median value
  • Error bars showing uncertainty range
  • Can be combined with bar charts, line charts, or scatter plots
  • Asymmetric error bars supported for non-symmetric distributions

Applications

  • Scientific research showing measurement uncertainty
  • Statistical analysis displaying confidence intervals
  • Quality control showing acceptable tolerance ranges
  • Comparing group means with variability

Data Requirements

  • x (categorical or numeric) - Categories or positions
  • y (numeric) - Central values (mean, median)
  • error (numeric) - Error magnitude (can be symmetric or asymmetric)
  • Size: Any number of groups/points

Visual Elements

  • Markers or bars for central tendency
  • Vertical or horizontal error bars with caps
  • Clear distinction between error bars and data markers
  • Optional: different colors for groups

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions