Graphing Millions of Points

68 Views Asked by At

I am attempting to plot millions of points in a scatterplot, in such a way that the graph can be zoomed in on to explore the inner structure. Does anyone have any tips on a way that this can be done on a mac without programming knowledge? Thanks!!

1

There are 1 best solutions below

0
On

You can download "Graphing Calculator 3D" software to plot clouds of large set of 3d scatter points.

It allows you to import *.csv files that contain x,y,z points or simply copy and paste your x,y,z rows from an Excel sheet document.

The result will be rendered super-fast in real-time so you can use your mouse to rotate the axis and zoom in and out fast and smoothly.

Here is an screenshot of one such graph generated by this software: Graph of 3D scatter points.