Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.
1.193 FAQ-896 How to rescale the colormap if the data in the worksheet changes?
Last Update: 11/18/2024
For Contour plot or 3D colormap surface plot, when it's data is changed, the colormap can be rescaled easily with the following methods:
- Right click on the plot, and select Colormap: Set Levels... to open the Set Levels dialog. Click Find Min/Max to automatically set the From and To values, based on your data. Click OK to accept the change.
- Double click plot and go to Plot Details dialog. On Colormap tab, change Rescale Mode to Auto. From now on, when you change data, colormap will rescale automatically.
- You can try one of the following Labtalk script:
-
layer -axyz // Rescale colormap only.
-
layer -axy // Rescale both z axi and colormap.
- More details of layer rescale command can be referred to this page.
-
Keywords: Rescale, Colorscale, Contour,