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
 hide drop lines
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

vassilios_1

Germany
4 Posts

Posted - 05/31/2005 :  04:42:23 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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!

Leo_Li

China
Posts

Posted - 05/31/2005 :  06:24:18 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Try:
worksheet -P 240 3d;
instead of:
layer -i Daten$(start)_C;

drop lines are automatically disabled.
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