-
Notifications
You must be signed in to change notification settings - Fork 11
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
Matchplot extension #52
Matchplot extension #52
Conversation
2d/3d extension of the existing 1d matchplot recipe. Example usage: I have x/y-position behavior data where I register similar animal trajectory times based on stereotyped paths animals take between two points in a maze. I found this helpful in visualizing time-warp-matched points of 2d vector signals. Maybe someone else finds this useful for a different 2d/3d vector function of time.
Removed an @infiltrate statement left in erroneously.
Codecov ReportBase: 90.88% // Head: 91.00% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #52 +/- ##
==========================================
+ Coverage 90.88% 91.00% +0.11%
==========================================
Files 14 14
Lines 911 934 +23
==========================================
+ Hits 828 850 +22
- Misses 83 84 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Hello and thanks for this cool PR :) It would also be good to mention the new function in the documentation in the readme. |
Sounds good. I'll push these changes soon when I catch some free time later this week. |
…`matchplot2` in plots.jl.
Threw a short section into the Readme.md, a function header doc, and a few tests around the line you recommended. Also added two keyword args to the plot. It's nice to be able to have the index plotted onto a 3rd axis or toggle normalization off sometimes. So options to toggle those. |
Anything that would be helpful to finish off this PR? |
Thanks for your patience :) it had just fallen off my radar |
No worries! Also fell off mine. Take care :) |
Matchplot for 2D timeseries.
Made a matchplot variant to check dtw of 2D animal paths (x,y,t) onto templated "ideal" paths. Plots (x,y) of each curve in the pair and lines to corresponding times.
Call the recipe like the 1D
matchplot
Circles example
Path example