| T O P I C R E V I E W |
| white.string |
Posted - 07/06/2005 : 10:10:55 AM Origin Version (Select Help-->About Origin): 7.5G SR3 Operating System: WinXP
Using a script, I produce 4 contour plots from ASCII data. For plotting I use a graph template with fixed x-y Dimensions and predefined color scale -z_value ... +z_value. For the last contour plot I'd like to rescale the color scale (0 ... + z_value) but not to touch the x-y- scales (e.g. no "lay -a"). Any hints? Thank you!
bye Rolf |
| 3 L A T E S T R E P L I E S (Newest First) |
| easwar |
Posted - 07/07/2005 : 11:36:11 AM Hi Rolf,
There is better control to contour color map from Origin C. So you may want to use Origin C code, or at least write some OC function to set the levels, which you could then call from LabTalk.
See this post for details: http://www.originlab.com/forum/topic.asp?TOPIC_ID=3843
Easwar OriginLab
|
| white.string |
Posted - 07/07/2005 : 05:16:56 AM Hello Mike,
thanks for your fast response. Unfortunately this doesn't work for contour plots. It works perfectly with "normal" 3D plots. Is there another way to tell Origin the range and the number of colorplanes (or the divisions respectively) I want to set?
Thanks, Rolf |
| Mike Buess |
Posted - 07/06/2005 : 10:47:43 AM Hi Rolf,
layer.x.rescale=1; // manual layer.y.rescale=1; // manual layer.z.rescale=2; // normal lay -a;
Mike Buess Origin WebRing Member |