MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Limiting Output Based on Z Axis of Plotd3d[Evaluate@Table[PDF[NormalDistribution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130554] Re: Limiting Output Based on Z Axis of Plotd3d[Evaluate@Table[PDF[NormalDistribution
  • From: debguy <johnandsara2 at cox.net>
  • Date: Sat, 20 Apr 2013 05:46:30 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <kkqjsp$nor$1@smc.vnet.net>

You might just start by plotting the data 3d instead of trying to make
2D plots Translate / Rotate within a 3D plot.  I'm unsure of the
visual result your seeking.  (a series of translucent 2D plots in z?
a joined 3D surface ? )

DiscretePlot3D may help - but may your simpler 2D problem situation
more complicated.

This is the easy way to turn anything into a 3D raised plane (though
maybe not the best looking)

ListPlot3D[ Table[i/j, {i, 10}, {j, 10}],
     Table[GrayLevel[Random[ ]], {i, 9}, {j, 9}] ]

here's another way to walk distance data into 3D

ContourPlot3D[Cos[Sqrt[x^2 + y^2 + z^2]], {x, -2, 2}, {y, -2, 2}, {z,
0, 2}]

there are so many new plot styles in mm 9 i almost hate to advise a
choice!



  • Prev by Date: Re: AMD Benchmark[]
  • Next by Date: Re: Easy to get the audio out of sync with the graphics (Repost)
  • Previous by thread: Re: Limiting Output Based on Z Axis of Plotd3d[Evaluate@Table[PDF[NormalDistribution
  • Next by thread: Mathematica integration Vs Sympy