|
vassilios_1
Germany
4 Posts |
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!
|
|