A way to filter multi node/attribute data
Purpose
When analyzing and manipulating data, there are often attributes of said data that are looked at in particular. Shopping online, you un/click these attributes to filter, however these are the poles of the spectrum. If you want to analyze a range of the spectrum of a specific attribute, something else is required. Consider a bowl of candy. It has many types, colors, and flavors, which all could be filtered by checkboxes. But what about sweetness, how old is the treat,
Given n nodes, there will be a polygon[or the circle] with n vertices, and n sliders (Circles seem appropriate, but maybe they also include the [< | <= | = | >= | >] symbols as well?).
Null <-> Full E F 0 1 0 10 N !N 0 100 (%)
maybe clicking/right clicking on the element would change between the setting
Hopefully SVG, see attached svg.html; working on and learning...