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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 the symbol size with the set command

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Bempel Posted - 11/20/2002 : 03:45:04 AM
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
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 11/20/2002 : 08:29:17 AM
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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000