Plot event line in results graph
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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