Skip to content

Use x-axis scalebar - #12

Merged
ar-jan merged 2 commits into
developfrom
feature/scalebar
Jun 19, 2026
Merged

Use x-axis scalebar#12
ar-jan merged 2 commits into
developfrom
feature/scalebar

Conversation

@ar-jan

@ar-jan ar-jan commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Use a scale bar instead of x-axis ticks.

Closes #10.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the raster plot rendering to replace x-axis tick labels with a time scale bar (addressing Issue #10), improving readability by avoiding absolute time tick clutter.

Changes:

  • Add helper utilities to choose a “nice” scale bar length and format its label.
  • Render plots with two stacked axes: the raster plot plus a compact scale-bar axis, with x-axis ticks hidden on the main plot.
  • Minor notebook metadata/whitespace updates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread rasterplot.py
@ar-jan
ar-jan merged commit bd42d85 into develop Jun 19, 2026
1 check passed
@ar-jan
ar-jan deleted the feature/scalebar branch June 24, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace absolute seconds with scale bar

2 participants