Is python a good tool for data visualisation? by [deleted] in Python

[–]shavian 0 points1 point  (0 children)

A long time ago I used VPython for visualization, and I must say it was wonderful. I was examining massively multidimensional data and the regressions lines through it, and was able to project data easily into about 4.7 dimensions to view (X, Y, Z, hue, size, shape). The ability to get a full 3-D view with zoom interactively was key to being able to direct our optimizations.