Content-Length: 213782 | pFad | http://github.com/plotly/plotly.py/issues/5209
53px.imshow
disappears at default zoom, reappears when zooming in with dense data
#5209
Fetched URL: http://github.com/plotly/plotly.py/issues/5209
Alternative Proxies:
Uh oh!
There was an error while loading. Please reload this page.
Environment
Plotly Version: 6.1.2
Operating System: Windows 10 22H2 19045.5854 Windows Feature Experience Pack 1000.19061.1000.0
Browser: Chrome 137.0.7151.41
When trying to visualize dense binary time-series data (e.g., 10 channels over 4,000+ time points), both px.imshow and px.timeline fail to render the data correctly in the default, zoomed-out view. The areas that should contain data appear blank.
However, if you manually zoom into any region of the plot, the data correctly appears. Resetting the zoom causes the data to disappear again. This suggests the issue is not with the data itself, but with the rendering engine's handling of very thin graphical elements (heatmap cells or gantt bars) at a low zoom level.
Here is my origen data.
BAO_spikes_sorted_output.csv
Here is my html.(Please change the suffix to html)
BAO Spike Heatmap.txt
Here is my code.
The text was updated successfully, but these errors were encountered: