In [1]:
import trackpy as tp
import pandas as pd

%pylab inline


Populating the interactive namespace from numpy and matplotlib

In [2]:
traj_file = '/home/viva/Data/testing_code/filtered_data_tracer+janus_3%_H2O2_13(green)2016-06-14_pickled.pkl'
t1 = pd.read_pickle(traj_file)

In [3]:
plt.axis('equal')
ax = tp.plot_traj(t1, legend=False)



In [ ]: