The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 color mapping in XYZ scatter plot
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

hustedt

USA
3 Posts

Posted - 02/15/2010 :  12:18:49 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin):8.0.63.998
Operating System:Windows XP

I am trying to use color mapping with an XYZ scatter plot. I want to plot multiple sets of X,Y,Z data on the same layer with the same color map. Is it possible to do this without "manually" editing the color map for each set of data?

larry_lan

China
Posts

Posted - 02/15/2010 :  10:21:27 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
How about the Direct RGB or Color Mapping option in Plot Details dialog?

Thanks
Larry
Go to Top of Page

greg

USA
1379 Posts

Posted - 02/17/2010 :  09:13:14 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You can do this with some LabTalk script by using an option of the layer command (see Programming : LabTalk Help).

If the datasets exist in the same layer, then you use something like:

// ColorMap Save to temp.map file from the first dataplot colormap
layer -cm s %Ytemp.map 1;
// ColorMap Load from temp.map file to the second dataplot colormap
layer -cm l %Ytemp.map 2;

If the target dataplot is in another layer or another graph you must first make its layer active for the load.
Go to Top of Page

hustedt

USA
3 Posts

Posted - 02/23/2010 :  3:34:07 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Greg,
I have gotten this to work and it does do what I need as far as I can tell. Thank you.

Eric
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000