You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our application enables the generation of multiplexed images, where image regions show multiple "markers" in a tissue sample to demonstrate spatial patterns of marker co-occurrence.
We enable users to toggle a custom hovertemplate that shows the underlying raw array values for each marker before they are converted to RGB:
However, this becomes noticeably slower as the number of markers grows linearly; we pass the customdata template as a stacked numpy array paired with custom hovertext.
An option to compress this template array would help in increasing the speed and effectiveness of using customdata for our hovertemplate
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion @matt-sd-watson - I'll add it to our backlog, but realistically we're not going to get to it any time soon :-(. If you or someone else would like to put together a PR, we can try to prioritize review. Thanks - @gvwilson
Our application enables the generation of multiplexed images, where image regions show multiple "markers" in a tissue sample to demonstrate spatial patterns of marker co-occurrence.
We enable users to toggle a custom hovertemplate that shows the underlying raw array values for each marker before they are converted to RGB:
However, this becomes noticeably slower as the number of markers grows linearly; we pass the
customdata
template as a stacked numpy array paired with custom hovertext.An option to compress this template array would help in increasing the speed and effectiveness of using
customdata
for ourhovertemplate
The text was updated successfully, but these errors were encountered: