-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Bugs:
- if you select only a single value for the continuous range, the legend complains and the plot breaks
- if you start with rows & cols and remove them (by deselecting categorical values) and then try to add them again, you run into weird bugs where the plot is not properly fixed (it looks like you are doing Figure(), ax = Axis(f) - i.e. not correctly assigning the axis to a layout).
- the lines are all connected, somehow the NAN trick does not seem to work anymore
- when I uncheck the "all fruits" option, I still see fruit conditions. I see that the color changes, but black is also a color, so it is a bit misleading.
Features:
- Remove a formula term, e.g. add a small "checkbox" to disable it (set to Any[] or similar), or alternatively right click and text delete - this effectively sets this term to its "typical_value" as already implemented when you uncheck all elements of a categorical predictor.
- select predictor <-> feature mapping. We want to select whether row should be used for predictor X or Y or Z.
UX:
- Why are the numbers on the slider from top to bottom and the numbers on the color map from bottom to top? Better would be uniformity
- Not cool that dropdown menu hides image
- Would be nice to remove borders over legend and two spines (top and right)
- Add the word: conditions
- The word luminance should be reversed
Documentation:
- When is widget_signal and when is value_ranges used?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request