<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Utkarsh,
<div class=""><br class="">
</div>
<div class="">Thanks for the info! <b class="">UpdatePipeline()</b> did the trick! The script is now working like expected! </div>
<div class=""><br class="">
</div>
<div class="">Best, Ryan </div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Apr 6, 2017, at 9:31 PM, Utkarsh Ayachit <<a href="mailto:utkarsh.ayachit@kitware.com" class="">utkarsh.ayachit@kitware.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">Ryan,<br class="">
<br class="">
Try this: before calling <b class="">RescaleTransferFunctionToDataRange</b>, call
<b class="">UpdatePipeline() </b>or <b class="">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 class="">UpdatePipeline</b> is called. Unless the reader updates, you won't have updated array ranges etc. As a result when you call <b class="">RescaleTransferFunctionToDataRange</b> which uses current data ranges, it ends up using the ranges from the most
 resent update -- which probably happened in <b class="">Show()</b>.
<div class=""><br class="">
</div>
<div class="">Utkarsh</div>
</div>
<div class="gmail_extra"><br class="">
<div class="gmail_quote">On Thu, Apr 6, 2017 at 7:22 PM, Jamison, Ryan Dale <span dir="ltr" class="">
<<a href="mailto:rdjamis@sandia.gov" target="_blank" class="">rdjamis@sandia.gov</a>></span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word" class="">Hello Everyone,
<div class=""><br class="">
</div>
<div class="">I’m trying to use <font face="Courier" class="">RescaleTransferFunctionToDataR<wbr class="">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" class="">RescaleTransferFunctionToDataR<wbr class="">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 class=""><br class="">
</div>
<div class="">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 class=""><br class="">
</div>
<div class="">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 class=""><br class="">
</div>
<div class="">This is the command I’m running:</div>
<div class=""><br class="">
</div>
<div class=""><font face="Courier" class="">/Applications/ParaView.app/<wbr class="">Contents/bin/pvpython script.py</font></div>
<div class=""><font face="Courier" class=""><br class="">
</font></div>
<div class="">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 class=""><br class="">
</div>
<div class="">Thanks, Ryan</div>
</div>
<br class="">
______________________________<wbr class="">_________________<br class="">
Powered by <a href="http://www.kitware.com/" rel="noreferrer" target="_blank" class="">
www.kitware.com</a><br class="">
<br class="">
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank" class="">
http://www.kitware.com/<wbr class="">opensource/opensource.html</a><br class="">
<br class="">
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank" class="">
http://paraview.org/Wiki/<wbr class="">ParaView</a><br class="">
<br class="">
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank" class="">
http://markmail.org/search/?q=<wbr class="">ParaView</a><br class="">
<br class="">
Follow this link to subscribe/unsubscribe:<br class="">
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank" class="">http://public.kitware.com/<wbr class="">mailman/listinfo/paraview</a><br class="">
<br class="">
</blockquote>
</div>
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>