<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"> <span>Hi Cory, <br><br>Thanks for the idea. I think I found a solution to the issue and understand it now. <br><br>Just before the source is initially displayed, the method <i>resetDisplay()</i> of <i>pqRenderViewBase</i> is called. This in turn calls the method <i>pqScalarsToColors::setWholeScalarRange(double min, double max) </i>which then resets the scalar range and produces the results I observed. I cannot prevent ParaView from calling this method but there is an option to set a </span>lock on the scalar range --<i> setScalarRangeLock(book lock)</i>. This lock affects the <span><i>setWholeScalarRange </i>but not the <i>setScalarRange</i> method. In my case the following works:<br></span><br><i><font face="Default Monospace,Courier New,Courier,monospace" size="2">pqScalarsToColors* stc = repr->getLookUpTable();<br>stc->setScalarRange(min, max);<br>stc->setScalarRangeLock(true);<br>repr->getProxy()->UpdateVTKObjects();<br>repr->renderViewEventually();<br><br></font></i><font face="Default Monospace,Courier New,Courier,monospace" size="2">Thanks again for your help Cory and all the best,<br><br>Anton<br></font><div><p><font face="arial" size="1">This message is commercial in confidence and may be privileged.  It is intended for the <br>addressee(s) only.  Access to this message by anyone else is unauthorized and strictly prohibited.  <br>If you have received this message in error, please inform the sender immediately.  Please note that <br>messages sent or received by the Tessella e-mail system may be monitored and stored in an <br>information retrieval system.</font></p><br><br></div></font>