Drawing multiple 3D box plots

Nicely done.

If you’d use my approach with the class you can have boxes of different sizes and colors.

Not a big step.

Also for Z-Value: instead of

random(100));

better

random(-500,100));

Chrisir

1 Like