-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HoloMap wrongly renders missing data #1677
Comments
Thanks, and sorry for not replying sooner. This is a somewhat tricky problem because HoloMaps only serialize plots for which there is available data, so when you hit a key that doesn't have data available there is nothing that will set the renderers to be invisible. My proposal therefore is that along with the data for all available keys the widgets additionally send the data for an empty frame, which will be shown whenever the widgets encounter a key that is missing. |
+1. Empty is definitely better than some random copy.
…On 4 March 2018 at 16:58, Philipp Rudiger ***@***.***> wrote:
Thanks, and sorry for not replying sooner. This is a somewhat tricky
problem because HoloMaps only serialize plots for which there is available
data, so when you hit a key that doesn't have data available there is
nothing that will make the set the renderers to be invisible. My proposal
therefore is that along with the data for all available keys the widgets
additionally send the data for an empty frame, which will be shown whenever
the widgets encounter a key that is missing.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1677 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEuSHbJKuIGMe3bRP2p-i2bxLD47b4bJks5tbA8qgaJpZM4ONm6s>
.
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
for [0, 1.0] (which is missing) renders the same as for the one previously seen (here: [0, 1.5]) while it should render an empty plot.
Screenshots:
The text was updated successfully, but these errors were encountered: