Hi, I have a range of numbers generated from the graph mapper and I would like to standardize them into a few discrete varieties but still have the same list length.
I’d like to be able to make a slider that goes from 1-5 that would simplify the values in the list in to a smaller variety numbers. So for a list of 100 items, if I picked “4” on the slider then each of those numbers would be 25, 50, 75 or 100.
This is the actual list I’m working with at the moment:
I apologize for what must be a commonplace question. There must be a correct search term for this but everything I search for is different than what I’m trying to get. If there’s a better search term or a few ways that this is often done, I’d like to pointed in the right direction.