glue-viz / glue-plotly

Experimental plot.ly plugin for glue
BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

Prevent divide by zero when zoomed in on section with no data #86

Closed johnarban closed 1 month ago

johnarban commented 1 month ago

This PR fixes a bug where the Dotplot crashes when zoomed-in to a region with no data. The y_max and y_min are equal in this case.