This is fairly easy to do if you&#39;re using python.  <br><br>You could start off your time series with something like:<br><span class="link" id="Node210-[0]"></span><a tabindex="1" href="contacts/ui/ContactManager?js=RAW&amp;maximize=true&amp;hide=true&amp;position=absolute&amp;hl=en&amp;emailsLink=true&amp;sk=true&amp;titleBar=false&amp;border=NONE&amp;eventCallback=ParentStub1263830196859&amp;zx=9qx28f80odc0#" name="contact-email" onclick="doEvent(&#39;INITIATE_EMAIL&#39;, &#39;to&#39;, &quot;marcus.herrmann@asu.edu&quot;, &#39;name&#39;, null); return false;" class="cmgr-link" id="Node211-[0]"></a><br>
Show(someFilter)<br>dpsF = GetDisplayProperties(someFilter)<br>dpsF.ColorArrayName = &#39;someArray&#39;<br>dpsF.LookupTable = MakeBlueToRedLT(lowValue,highValue)<br><br>and then each timestep you could update:<br><br>dpsF.LookupTable = MakeBlueToRedLT(newLowValue,newHighValue)<br>
<br>I&#39;m not sure how you would do it through the GUI.<br><br>Good luck,<br><br>Peter.<br><br><br><div class="gmail_quote">On Mon, Jan 18, 2010 at 6:57 AM, Martin Genet <span dir="ltr">&lt;<a href="mailto:martin.genet@lmt.ens-cachan.fr">martin.genet@lmt.ens-cachan.fr</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear Paraview&#39;s list,<br>
<br>
I was looking for an option to rescale the data range at each frame of an animation. In the mailing list archives, I have found an exchange about this, where &quot;Ken&quot; asked:<br>
<br>
&gt; Furthermore, the result could be highly misleading. The constantly rescaled colors would show shifts of the scalar over time that simply do not exist. Do you have some use case in which these concerns do not apply?<br>

<br>
And I do have a very simple one: in my non linear calculations, I want to emphasize the way the evolving internal variables modify the shape of some field of interest, independently of the field intensity evolution.<br>
<br>
I hope I am clear enough.<br>
<br>
Anyway, many thanks for all the work.<br>
<br>
Cheers,<br>
<br>
Martin.<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>
</blockquote></div><br>