User Portlet
| Discussions |
|---|
| Hi, I have plotted the following: data1 = RandomVariate[ NormalDistribution[0.0014, 1.936 E - 005], {10000, 2}]; data2 = RandomVariate[ NormalDistribution[0.0013, 1.925 E - 005], {10000, 2}]; Manipulate[ ... |
| 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,... |