Skip to content
Snippets Groups Projects
Commit 64322c8c authored by Jan Kotanski's avatar Jan Kotanski
Browse files

New upstream version 0.10.10+54.g37dda7b

Showing
with 10376 additions and 0 deletions
pv = NXPlotView('Chopper Plots')
phi=np.linspace(5.,95.,10)
chopper.entry.data[phi[0]:phi[0]+10].sum(0).plot(xmin=1900,xmax=2600,ymax=6000)
for i in range(10):
(chopper.entry.data[phi[i]:phi[i]+10].sum(0)+500*i).oplot()
x=np.linspace(0,2.*np.pi,101)
y=x
X,Y=np.meshgrid(x,y)
z=np.sin(X)*np.sin(Y)
entry=NXentry()
entry.data=NXdata(z,(y,x))
print(entry.tree)
entry.plot()
nxtree.example=NXroot(entry)
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment