function [x]=plot_grid()

load output_0 -ascii;     %take in data from output_0

x=output_0(:,1);
y=output_0(:,2);
z=output_0(:,3);
vx=output_0(:,4);
vy=output_0(:,5);
vz=output_0(:,6);
xo=output_0(:,7);
yo=output_0(:,8);
zo=output_0(:,9);
vxo=output_0(:,10);
vyo=output_0(:,11);
vzo=output_0(:,12);
n=output_0(:,13);
