Good stuff, except for the rainbow color scales [1]. I'd much prefer to see the same in viridis [2] or something similar. The color boundaries on the rainbow scale are not perceived uniformly by human eyes (there might even be a cultural bias at play, i.e. we may distinguish blue from green more readily than different shades of blue, even if they may be objectively at the same distance) [1] https://visual.ly/blog/rai…
Sorting is about relative distance anyway. “Am I closer than you to negative infinity?” Why does having absolute perception matter? (Indeed, all but radix sort use comparison-based strategies. There’s some notion of a “less than” operation being used to make decisions.) Viridis is useful for scientific plots where scale perception is important in making a good conclusion. I don’t think demonstrating sorting requires…
Sorting Visualizations
31–38 of 38 posts
Re: Sorting Visualizations
#32Good stuff, except for the rainbow color scales [1]. I'd much prefer to see the same in viridis [2] or something similar. The color boundaries on the rainbow scale are not perceived uniformly by human eyes (there might even be a cultural bias at play, i.e. we may distinguish blue from green more readily than different shades of blue, even if they may be objectively at the same distance) [1] https://visual.ly/blog/rai…
Nope, thankfully no cultural bias in the distinction of hues and shades (and especially gradients), only in the number of standard words to describe them. This makes it easier to be sure of how swell viridis/inferno are.
Re: Sorting Visualizations
#33I like this project, reminds me a lot of https://www.youtube.com/watch?v=kPRA0W1kECg What was used to generate the gifs?
Re: Sorting Visualizations
#34Think I'll adopt a color scale for the denser datasets, looks great.