I made a color map like this (-1 is black, 0 is green, 1 is red)<br><br>&lt;ColorMap name=&quot;Consistency&quot; space=&quot;RGB&quot;&gt;<br><br>&lt;Point x=&quot;-1.000&quot; o=&quot;1&quot; r=&quot;0.0&quot; g=&quot;0.0&quot; b=&quot;0.0&quot;/&gt;<br>
&lt;Point x=&quot;0.000&quot; o=&quot;1&quot; r=&quot;0.0&quot; g=&quot;1.0&quot; b=&quot;0.0&quot;/&gt;<br>&lt;Point x=&quot;1.000&quot; o=&quot;1&quot; r=&quot;1.0&quot; g=&quot;0.0&quot; b=&quot;0.0&quot;/&gt;<br><br>&lt;/ColorMap&gt;<br>
<br>When I apply the colormap, it automatically rescales the map to fit the range of the data. Would it make more sense to leave the colormap alone until the user clicks &quot;Rescale to Data Range&quot;? Then also, when I go into &quot;Edit color map&quot; and uncheck &quot;Automatically Rescale to Fit Data Range&quot;, it would be nice if it snapped back to the original color map values, without having to then click &quot;Rescale range&quot; and enter the values manually. Here is not a huge problem, but if the color map was automatically generated by my code, I may not know even know the range that it was supposed to be, so I could not enter the values manually.<br>
<br>Thoughts?<br><br clear="all">Thanks,<br><br>David<br>