PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
195 stars 191 forks source link

Linking time axes between plots #223

Open uavfactory opened 2 years ago

uavfactory commented 2 years ago

Hello all,

This is actually a feature request. I think it would be quite handy if Flight Rewiev had a possibility to link the time axes of the all or selected plots with a check box. I always use this feature on Plot Juggler.

Best, Ozan

junwoo091400 commented 1 year ago

Seems like this is probably doable with: https://docs.bokeh.org/en/latest/docs/user_guide/interaction/linking.html

junwoo091400 commented 1 year ago

Seems like this was actually removed intentionally from this commit: https://github.com/PX4/flight_review/commit/6851ec230ec9dec381e9ad49e19ffc2af2c8ae6a#diff-b21808fb881ff9377c69f652e4f30d0dd75598f6bf55f1f9469b81d35b662c83

" plots: make sure the initial x-axis range is equal for all plots

otherwise it can be confusing if some message stops being logged/published at some point."

junwoo091400 commented 1 year ago

@uavfactory I was able to implement this quickly using this commit: https://github.com/junwoo091400/flight_review/commit/3825ccca59cea2d1323daec194171f5feb811291

But I noticed a significant decrease in responsiveness of the graph when I am pan/zooming them.

I am wondering what would be the best way to reduce lag, but also provide flexibility in providing synchronized plot (as I think this is really useful, as used also in the PlotJuggler, as you mentioned)

Example1: image

Example2: image