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
 hide drop lines

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
vassilios_1 Posted - 05/31/2005 : 04:42:23 AM
Origin Version: 7.0303
Operating System: Win XP

Hello everybody, how are you?

I plot 3D data using the (z)-column of (xyz)-data. By default they are
plotted with vertical drop lines. How can I get rid of them?
The command set name -lv 0 doesnt work.
Here is piece of my code:

win -t plot 3d MDSim;
layer -i Daten$(start)_C;
limit Daten$(start)_C;
page.maxPts=limit.size;
set Daten$(start)_C -k 2; //circle
set Daten$(start)_C -kf 1; //filled
set Daten$(start)_C -cse 1; //exterior black
set Daten$(start)_C -csf 22; //interior cyan
set Daten$(start)_C -z 6; //size
set Daten$(start)_C -lv 0; //hide vertical drop lines

Only the last line doesnt change anything. So I have to remove the
drop lines by hand. This is annoying.

Thank you and good bye!

1   L A T E S T    R E P L I E S    (Newest First)
Leo_Li Posted - 05/31/2005 : 06:24:18 AM
Try:
worksheet -P 240 3d;
instead of:
layer -i Daten$(start)_C;

drop lines are automatically disabled.

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