This presentation will do a 3d scatter plot of the following:
Price of a diamond
carat (weight of the diamond)
Depth percentage
(formula: z / mean(x, y) = 2 * z / (x + y) (43-79) where x, y, and z are the actual length, width and depth in mm)
Color based on the quality of the cut
Size of the markers are based on table (width of top of diamond relative to widest point (43-95))
In order to load the graph faster a sample of 1000 rows from the diamonds dataset was used.