Skip to content

[step-basic] Basic Step Plot #956

@MarkusNeusinger

Description

@MarkusNeusinger

Description

A step plot (also known as stair plot or stepped line chart) displays data using horizontal lines connected by vertical lines, creating a stair-step pattern. It's ideal for visualizing data that changes at discrete intervals rather than continuously.

Key Features

  • Horizontal segments at each data point
  • Vertical connections between steps
  • Clear visualization of discrete changes
  • No interpolation between points

Applications

  • Cumulative data over time (e.g., total sales)
  • Price changes (stocks, pricing tiers)
  • Inventory levels over time
  • Step functions in mathematics
  • Digital signals or binary data

Data Requirements

  • Time or sequential x-axis variable
  • Numeric y-axis variable
  • Data representing discrete changes
  • Optional: multiple series for comparison

Visual Elements

  • Horizontal line segments at each value
  • Vertical lines connecting to next value
  • Step style: 'pre', 'mid', or 'post'
  • Clear axis labels showing time/sequence
  • Optional: markers at data points

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions