isolver / OpenHandWrite

Python tools for the recording and analysis of handwriting captured via pen tablet type devices.
GNU General Public License v3.0
14 stars 4 forks source link

different timeline traces should always be aligned #191

Closed isolver closed 6 years ago

isolver commented 6 years ago

g-no says: In addition, all graphs/traces in the timeline (horizontal/vertical, velocity & acceleration) have to be aligned. At the moment it's possible to move the velocity trace independant of the horizontal/vertical trace. This should not be possible.

isolver commented 6 years ago

Sorry, I see when it happens now: when scrolling past the start or end of the timeline.

isolver commented 6 years ago

Main issue was that the velocity and acceleration plots did not have x limits set, while the xy position plot did.

Now all three plots are set to the same xmin, xmax for plot scaling, panning.

I think this fixes the issue.