<div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Hi<br><div class="gmail_default" style="font-family:comic sans ms,sans-serif">I
 am doing trajectory analysis which has 40000 frames. So for all frames I
 wanted to calculate the all three inertia axes. That I did. But problem
 is that when I run the python code it starts making all the three axes 
for each frames that becomes messy. So I want a little change in my code
 so that during trajectory analysis it should create axes but should 
delete or hide the previous axes also. So during run I will see only the
 axes which are related to that frame.<br><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Here is the python code in per-frame analysis.<br><br>from chimera import runCommand<br>frame = mdInfo['frame']<br>runCommand("measure inertia #1:0-120 color yellow")<br>runCommand("measure inertia #1:120-237 color green")<br><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Thanks.<br><br></div>Ankit<br></div></div>