NuRadioMC.utilities.plotting module

NuRadioMC.utilities.plotting.plot_vertex_distribution(xx, yy, zz, weights=None, rmax=None, zmin=None, trigger_name='')[source]

produces beautiful plot of the vertex distribution

Parameters:
xx: array

the x positions of the vertices

yy: array

the y positions of the vertices

zz: array

the z positions of the vertices

Returns:
fig, ax