A no calculation remix of @Nishpish's great project 2D → 1D. Just for the fun of it. All code and graphics in this remix by me (@kriblo). The only fun thing about this remix, is the use of the Fisheye graphics effect to squash the dots towards y=0. There's some calculation involved there I guess ;)
Original Instructions, Notes and Credits by @Nishpish: → Click to place a point. → Place them in clusters (as seen on the thumbnail) for the best effect. → Press done, and your points will be mapped from a two dimensional space to a one dimensional space with as little information lost as possible. Notes and Credits: Alternate version: https://scratch.mit.edu/projects/460571204/ This version works instantly, but isn’t quite as accurate as the other one. It uses principal component analysis. Unfortunately, the code only works for a two to one dimensional transformation. It isn’t generalised to all dimensions.