Origin Ver.: 8.6.0G
Operating System: Windows Professional
Hi everyone,
I have another Problem concerning the contour plots. First I want to show you a Picture:
the contour lines (Z-axis) are lines of constant efficiency (0,55 - 0,65). Although the highest efficiency is actually 0.65, I would like these lines to show values up to 0,8. This is what i tried so far:
layer1.cmap.zmin=0.5;
layer1.cmap.zmax=0.8;
layer1.cmap.inc=0.05;
sec -p 0.2;
layer1.cmap.SetLevels();
sec -p 0.2;
layer1.cmap.updateScale();
Can anyone tell me, if my code's wrong, or if I have to work out a different approach to this problem.
Maybe its possible to extrapolate the values for higher efficiencies, in order to be able to draw them.
Thanks,
sebbey