Origin Ver. and Service Release (Select Help-->About Origin): Operating Hello
I use a python script for plotting a contour plot from XYZ data with a user defined template. After plotting I need to go into the details and search the min & max level. Then I need to adjust the colormap again. Here, I use lite blue for negative value up to zero and lite red for 0 up to positive values. Thus, I get a colorcode: Blue = negativ, white = zero, red = positive.
Since everything else is automated by the python script I wonder if I could script this too. Unfortunately I was not able to find Python commands for this operation. Is there a LabTalk function which can do it?
Thanks in advance and kind regards! Torben
Origin Ver. and Service Release (Select Help-->About Origin): 2022b (64 bit) Operating System: Windows 10System:
Set the Fill settings to 3-Color Limited Mixing and save it to your Template. When you use your Python script to plot using the template, it should automatically scale to your Min(blue) and Max(red) with 0 as White.