neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
77 stars 7 forks source link

Add utilities for frequently used plots #184

Open sfmig opened 1 month ago

sfmig commented 1 month ago

Is your feature request related to a problem? Please describe. In the tutorials,we use quite a bit of matplotlib code to produce detailed and informative plots. @niksirbi suggested perhaps we should wrap the most useful such plots as movement.plot utilities, for our (and the users) convenience. Trajectory is the obvious one here.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Maybe xarray's plot is a good reference to keep in mind