If you edit the script and move the WriteImage() call to the very end, it will work if you run the script form the python console in the paraview gui.  Is the script you posted exactly what was generated, or did you move the WriteImage() while trying to debug it?  Also, you&#39;re right that it doesn&#39;t work correctly if you run it from pvpython.  Unfortunately there are some bugs with replaying scripts that generate plots, and we&#39;re trying to fix them soon.  At least one bug report that I know about is:  <a href="http://paraview.org/Bug/view.php?id=12607">http://paraview.org/Bug/view.php?id=12607</a><br>
<br>Pat<br><br><div class="gmail_quote">On Sun, Oct 2, 2011 at 1:21 AM, ali rostai <span dir="ltr">&lt;<a href="mailto:ali.rostai@gmail.com">ali.rostai@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br><br>I have a simple data (stress tensor) and I want to draw Txx, Txy on a line with a script and save it in<br>a PNG file. (since I should repeat it many times...)<br><br>Used the trace functionality and generated a script. But the result of running script is totally different<br>

from what I get with doing it in interactive mode.<br><br>In the output of script lines for all possible variables are visible but I only want two of them (tensor(0) and tensor(1))<br>as you can see in the attached files.<br>

<br>Can anyone help me what&#39;s going wrong here?<br><br>Thanks,<br><font color="#888888">Ali<br>
</font><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>