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 for Programming
 LabTalk Forum
 the symbol size with the set command
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Bempel

France
19 Posts

Posted - 11/20/2002 :  03:45:04 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hallo there,
I have to plot 4 columns and I use this commands for each data plots with symbols in my script:

set %J_I -k 2;
set %J_I -cse 1;
set %J_I -csf 18;

set %J_M -k 1;
set %J_M -csf 1;
set %J_M -cse 1;

set %J_N -k 5;
set %J_N -csf 2;
set %J_N -cse 2;

set %J_O -k 1;
set %J_O -cse 1;
set %J_O -csf 18;

Now what is the command to set the SIZE of the symbols? I haven't found it in the Labtalk help file. Please tell me how to do this. And if it can't be done using the set command, please tell me too.

Furthermore I'm looking for the command to set the symbol fill color to NONE. Can it be done with the -csf color# comand? If yes, what is the number for no color? 0 is autonatic, 1 is black...
But the more important is the the SIZE (1st question).

Finally what is the command to delete any symbols plotted outside the graph (outside the x and y-axis) My axisses are fixed, and if I make 40 graphs, it happens that symbols are displayed outside the rage of my graph. How hide these symbols?

I think that might be all.

Thank you

Stephane

Mike Buess

USA
3037 Posts

Posted - 11/20/2002 :  08:29:17 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Stephane,

Symbol size:
set %J_I -z size;

Symbol interior:
set %J_I -kf interior#; // 2=open

Clip data to frame (hide data points outside of axes limits):
layer -b c 1;

Mike Buess
Origin WebRing Member
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