<div dir="ltr">Ryan,<br><br>Try this: before calling <b>RescaleTransferFunctionToDataRange</b>, call <b>UpdatePipeline() </b>or <b>UpdatePipeline(proxy=concentric_cylinderse)</b>. As you change properties on the reader, the reader won't rexecute/update until the data is rendered on <b>UpdatePipeline</b> is called. Unless the reader updates, you won't have updated array ranges etc. As a result when you call <b>RescaleTransferFunctionToDataRange</b> which uses current data ranges, it ends up using the ranges from the most resent update -- which probably happened in <b>Show()</b>.<div><br></div><div>Utkarsh</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 6, 2017 at 7:22 PM, Jamison, Ryan Dale <span dir="ltr"><<a href="mailto:rdjamis@sandia.gov" target="_blank">rdjamis@sandia.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
Hello Everyone,
<div><br>
</div>
<div>I’m trying to use <font face="Courier">RescaleTransferFunctionToDataR<wbr>ange</font> to scale my data range in a python script. When I run a trace and use the “Rescale to Data Range” button, the trace echoes the
<font face="Courier">RescaleTransferFunctionToDataR<wbr>ange</font> command. When I run that same command fro the Python Shell or when using pvpython, the command doesn’t work (i.e. the range is not changed). </div>
<div><br>
</div>
<div>Now, if I use the builtin Python Shell and run the commands, nothing happens when the commands are run. But, if I run the commands and then move the model at all, the command then works. It seems to me that though the command was issued, it wasn’t
 executed until I moved the model. </div>
<div><br>
</div>
<div>Question is, how do I get this same behavior when I run in batch mode (pvpython)? I’ve attached an example. The image (image.png) produced is in the correct orientation but the max and min values for the stress_xx labels are incorrect. The correct
 max is 58.07 and the min is -18.85. I’d appreciate any help!</div>
<div><br>
</div>
<div>This is the command I’m running:</div>
<div><br>
</div>
<div><font face="Courier">/Applications/ParaView.app/<wbr>Contents/bin/pvpython script.py</font></div>
<div><font face="Courier"><br>
</font></div>
<div>This example was generated on OS X 10.11.6 using ParaView 5.3.0. I get the same behavior on Linux 5.3.0 too! </div>
<div><br>
</div>
<div>Thanks, Ryan</div>
</div>

<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>