Need a 3d scatter plot with connected lines

  • Thread starter Thread starter Islam Nabil
  • Start date Start date
  • Tags Tags
    3d Lines Plot
Islam Nabil
Messages
14
Reaction score
1
TL;DR Summary
source file of a 3d scatter plot with connected lines
Need a the source file of a 3d scatter plot with connected lines like attached figure
 

Attachments

  • asdasdad.PNG
    asdasdad.PNG
    30.2 KB · Views: 130
Engineering news on Phys.org
Have you used Python, R, or Octave?
(Octave is a free Matlab alternative)

Each of those has some 3D plotting packages.
 
Hello, I'm currently trying to compare theoretical results with an MCNP simulation. I'm using two discrete sets of data, intensity (probability) and linear attenuation coefficient, both functions of energy, to produce an attenuated energy spectrum after x-rays have passed through a thin layer of lead. I've been running through the calculations and I'm getting a higher average attenuated energy (~74 keV) than initial average energy (~33 keV). My guess is I'm doing something wrong somewhere...
Back
Top