- Fix multiple bugs surrounding parameter ranges.
- This fixes every dimension maximum being off-by-1 in the visualization. (1st image below)
- This fixes pixels at a dimension maximum being repeated at the edge of each cube face. (2nd image below)
- All ranges now have an inclusive maximum, except for `xlim`, `ylim` and `zlim` which still have an exclusive maximum.
- Fix multiple rendering bugs.
- Fixes tiny grey pixel artifacts at cube edges in multiple scenarios. (3rd image below)
- Fix animation settings window not disappearing (and not appearing) on touch/mouse hybrid devices.


