OSOceanAcoustics / echoshader

Interactive visualization of ocean sonar data
https://echoshader.readthedocs.io
MIT License
9 stars 8 forks source link

Zoom in echogram according to time span from box select on map #127

Closed ldr426 closed 11 months ago

ldr426 commented 1 year ago

As we discussed yesterday, update this so that when user select a position box on the map, the echogram will not only be sliced as you have with the where here, but also zoomed in to the datetime range of the sliced MVBS_ds

_Originally posted by @leewujung in https://github.com/OSOceanAcoustics/echoshader/pull/122#discussion_r1262771977_

ldr426 commented 11 months ago

Has been solved using xlim in https://github.com/OSOceanAcoustics/echoshader/pull/131