<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="">
Hello Everyone,
<div class=""><br class="">
</div>
<div class="">I’m trying to use <font face="Courier" class="">RescaleTransferFunctionToDataRange</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="">RescaleTransferFunctionToDataRange</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/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>
</body>
</html>