Hi thuang,
If your graph contains only one plot, you can use a template which you previously saved:
worksheet -p 240 3Dtest1
Here 3Dtest1 is a template name 3Dtest1.OTP stored in the Origin directory.
If you have more than two plots, you may consider to apply a graph theme by calling a small Origin C code like a piece below (part): Page pg = Project.Pages();
pg.ApplyFormat("Themes\\PtConnect.OTH");
There may be better ways, but this is one possibility.
--Hideo
OriginLab
Edited by - Hideo Fujii on 02/16/2006 6:40:37 PM