Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
SignalPlot 0.1.3 documentation
SignalPlot 0.1.3 documentation

Contents

  • Usage guide
  • Defaults and saving
  • Axes and chart helpers
  • Labels, events, and notes
  • Interoperability and API stability
  • Gallery
  • API reference
  • Examples
Back to top
View this page

Gallery¶

SignalPlot ships a small cookbook of example scripts under examples. This gallery shows the figures those scripts produce so users can see the intended outcomes before copying patterns into their own projects.

Each image corresponds to a runnable script in examples/.

Time series line¶

Time series line example

Multiple line comparison¶

Multiple line comparison example

Scatter relationship¶

Scatter relationship example

Histogram distribution¶

Histogram distribution example

Bar chart with honest scale¶

Bar chart with honest scale example

Event highlight¶

Event highlight example

To regenerate these images from the repository root (requires a dev install so numpy is available for the examples):

pip install -e ".[dev]"
python scripts/regen_gallery.py

Each script writes into docs/_static/gallery/ with the filenames above.

Next
API reference
Previous
Interoperability and API stability
Copyright © 2026, Kyle Jones
Made with Sphinx and @pradyunsg's Furo
On this page
  • Gallery
    • Time series line
    • Multiple line comparison
    • Scatter relationship
    • Histogram distribution
    • Bar chart with honest scale
    • Event highlight