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
The AvailabilityViewer's colormap has its limits set at 0 and n, when it should be the minimum/maximum number of people that are available for any time slot. This is easiest to see on an example with lots of responses, where no times have all people unavailable or available. The colormap ends up being low-contrast, since it's not scaled to the true min and max of the data.
I believe this is because calculateAvailability sets the initial value of min and max to 0 and n respectively, when it should be the other way around.
The text was updated successfully, but these errors were encountered:
The AvailabilityViewer's colormap has its limits set at 0 and n, when it should be the minimum/maximum number of people that are available for any time slot. This is easiest to see on an example with lots of responses, where no times have all people unavailable or available. The colormap ends up being low-contrast, since it's not scaled to the true min and max of the data.
I believe this is because calculateAvailability sets the initial value of
min
andmax
to0
andn
respectively, when it should be the other way around.The text was updated successfully, but these errors were encountered: