AndrewRook / ptplot

Easily make interactive plots of player-tracking data
GNU General Public License v3.0
11 stars 3 forks source link

Enable directional position plots #35

Closed AndrewRook closed 3 years ago

AndrewRook commented 3 years ago

Instead of having the markers be circles, if the user passes in an orientation mapping use that to create asymmetrical markers. I'm thinking of using a cubic bezier that looks like a teardrop, something like <path d="M250,219 C112,36 389,36 250,219" />. Couple of things to consider: