Question: matrixplot very slow

matrixplot(A, style=surface,axes=normal, lightmodel=light2, labels=["n","d","C"], heights=histogram, gap=0.00000000000000000001, colorscheme=["xyzcoloring", (x,y,z)->x*y*z]);

 

For a matrix about 500x70. It doesn't seem that it should crap out with such a small matrix to plot. Maple seems to be slow in general even small plotting of 3D things. Specifically I'm talking about rendring and rotating.

Please Wait...