pathsim / pathsim/pathview

Plot event line in results graph

Open
#134 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

backend functionality
Dominant language
TypeScript
Stars
91
Forks
14
Avg merge
4m
Merged PRs (30d)
7

Description

In combination to events detection, it would be nice to be able to visualise the events on the results graph.

We can access the detected events with (from bouncing ball tutorial):

E1 = Event(...)

for t in E1:
    print(t)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the results graph implementation and the event interface shown in the bouncing ball tutorial. Trace how detected events become available to the results view, then define the event-line behavior and verify that event markers appear correctly alongside plotted results.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, typescript
Domain
data-visualization, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.