Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91366574
plot_density.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 10, 09:47
Size
211 B
Mime Type
text/x-python
Expires
Tue, Nov 12, 09:47 (2 d)
Engine
blob
Format
Raw Data
Handle
22251114
Attached To
rGEAR Gear
plot_density.py
View Options
#!/usr/bin/env python
import
Ptools
as
pt
from
pNbody
import
*
nb
=
Nbody
(
sys
.
argv
[
1
],
ftype
=
'gadget'
)
nb
.
cmcenter
()
r
=
nb
.
rxyz
()
pt
.
scatter
(
r
,
nb
.
rho
,
s
=
1
)
pt
.
scatter
(
r
,
nb
.
rsp
,
color
=
'red'
,
s
=
1
)
pt
.
show
()
Event Timeline
Log In to Comment