Closed speed-of-light closed 10 years ago
Plot with frame to sid result for #45 Need consume data from #43
here is the demo code
fig = plt.figure(figsize=(9, 9)) ax = fig.add_subplot(211) gtp.absolute_pairs(ax, data, gt.info().n_frames) ax = fig.add_subplot(212) gtp.relative_pairs(ax, shd)
Plot with frame to sid result for #45 Need consume data from #43