To plot the helix the following code is needed `from helixmc.pose import HelixPose pose = HelixPose.from_file('test_run.npz') pose.plot_centerline() # plot the centerline pose.plot_helix() # plot the entire helix`
To plot the helix the following code is needed
`from helixmc.pose import HelixPose
pose = HelixPose.from_file('test_run.npz')
pose.plot_centerline() # plot the centerline
pose.plot_helix() # plot the entire helix`