> The colors come from the current colormap. You can go all out and
> make your own colormap and color based on index using your map. I
> don't know how to do that off the top of my head though.
The colors may come from the colormap, but how do they get assigned to
areas of the plot itself? T
I understand that 3D plotting is not fully working yet, but I have a
question that might be answerable anyway.
I can get a nice looking 3D plot of my data using
surf = ax3d.plot_surface(x, y, z)
but I can't control the colors used in the plot. I can do a
surf.set_array(ColorArray)
and the con