Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plot continuous predict #117

Open
ReneSkukies opened this issue Nov 21, 2023 · 1 comment
Open

Plot continuous predict #117

ReneSkukies opened this issue Nov 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ReneSkukies
Copy link
Member

I plan to do this myself in the not-so-distant future, but so I don't forget:

Make function plot_continuous_predict( ) that plots continuous data on top of the recorded (raw) data. This can/ should be done in three ways:
Once just the continuous predicted data (i.e. data without residuals)

Once each event type gets its own continuous line and colour; events are overlap corrected

Only plot one overlap corrected "target" event as continuous data on top of raw

Kinda low priority, but could be nice to have for data inspection. Also dependent on the predict function that is currently being implemented into Unfold.jl

@behinger
Copy link
Member

have a look at https://docs.makie.org/stable/reference/plots/datashader/ for speed in case of multi-sensor data

@vladdez vladdez added the enhancement New feature or request label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants