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中文论坛
 Origin 中文论坛 (Chinese Origin Forum)
 如何在Origin中画一个立方体

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 [?]

 
   

T O P I C    R E V I E W
Linda_zeng Posted - 05/13/2016 : 03:04:04 AM
最低版本要求:9.1
由于Origin 3D 曲面图使用距离最近的三点作图算法。若需要画正方体,就自定义各点的连片。
步骤:
1. 新建一个工作本(workbook)
2. 复制以下的数据到工作本第一格


0001
1002
0103
1104
0015
1016
0117
1118


3. 选中第三列,右键set as z。
4. 右键 Add New column,接着复制下面的数据


123243215256135537426468347487657786


5. 选中第五列:col(E),第一格, 右键 paste transpose
6. 选中第三列,选择菜单 plot:3D surface: Color Fill Surface
7. 选择菜单 windows:script window/command window;
8. 输入命令:set %c -spi 3
9. 按回车


注: set %c -spi 3的“3” 代表使用了col(E)作为自定义的连片顺序,默认0代表使用最接近三点连片,1表示col(C),如此类推。
10. 选择菜单Format:layer properties。 打开plot details 对话框,选择最右的lighting tab,mode:directional。 点OK.
11. 选择菜单Format:plot properties。 打开plot details 对话框,在surface tab, 设transparency:40%。点OK.



加离散点
12. 新建一个工作簿(Book2)。右键 Add New column。
13. 选中第三列,右键set as z。
14. 选中全部三列,右键Fill columns with:uniform random numbers
15. 回到刚才画好正方体的图,按键盘F12 打开 Layer content 对话框。
16 按照下面的图的数字提示完成。


17 若认为散点的drop line不好看的,可以再选择菜单Format:plot properties。 打开plot details 对话框,
18 如下图操作:不勾选 Parallel to Z axis。点击 Apply




19. 点击Symbol tab, Shape:Ball, Size:18. 点击OK。



1   L A T E S T    R E P L I E S    (Newest First)
timist Posted - 09/25/2017 : 05:47:10 AM
步骤5 paste transpose后应该是以下效果:

若全部数据只复制到第五列第一行,可以手动输入。
或通过import wizard:data source:clipboard,一直点next直到,Data Columns页,Fixed Width:(1), 点apply和右下角的Finish。
成功导入数据到Origin后,再复制数据,并paste transpose到第五列

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