3 Velocity map (example03.py)

from Nbody import *
import RandomArray

'''
display the velocity map disk with isocontours
'''

nb = Nbody('disk.dat')
nb.show(x0=[0,-50,50],xp=[0,0,0],
size=(35,35), mode='vr',
filter_name='convol',filter_opts=[10,10,3,3],
scale='lin',mn=0.2,mx=0.2,
l_n=15,l_min=0.2,l_max=0.2,l_color=1,palette='rainbow4')

See About this document... for information on suggesting changes.