Visualizing Fields
As shortcuts to the groupAndSortBy followed by color and size changes we a number of shortcuts:
-
colorize(field) Will randomly assign a color to each group based on the field
-
colorize(field,startcolor,endcolor) Will assign a color between startcolor and endcolor based on the sorted groups of field
-
resizeRandom(field,start,end) Resize graph components based on field to a random value between start and end
-
resizeLinear(field,start,end) Resize the graph components linearly between start and end based on field


