lumen-org / lumen

Interactive web application for the exploration, comparision and validation of probability models and its data
GNU Lesser General Public License v3.0
7 stars 4 forks source link

Filter intervall selection UI misleading, if filtered parameter is not part of the model. #77

Open Feathergunner opened 5 years ago

Feathergunner commented 5 years ago

When specifying a filter on a continuous parameter, the GUI of the filter-selection window can be misleading. The window contains two plots of the distribution of the parameter. While the lower plot shows the full distribution and allows to set the filter by choosing an interval by mouseclick, the upper plot shows only the part of the distribution within the specified interval. However, the x-axis is only labeled once, and these labels are between both plots.

If the parameter is not part of the model, then the upper plot is empty. In this case, the user can easily misinterpret the x-axis-label as label of the lower plot.