it doesn't seem the native function NumberLinePlot is able to scale points to reflect coincident points. When an expression such as
Abs[{-9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9}]
is plotted, the resultant coincident points aren't shown by any metric (such as the size of the point). In such a case, each point would scale the same (except for 0), but there are cases where this isn't so. In cases where multiple plots on the number line might be shown, this relativity might be informative. Is there some way of doing this?


