User Portlet
Discussions |
---|
Thanks! Is there any possibility to change the plot colors? other than the automatic Blue and Orange that is generated? |
Hi, I came accross this example of visualising a 3D histogram of a data sets: data1 = RandomVariate[NormalDistribution[0, 1], {100, 2}]; data2 = RandomVariate[NormalDistribution[1, 1], {100, 2}]; Manipulate[SmoothHistogram3D[{data1,... |