JMP 13.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
Scripting Guide
•
Three-Dimensional Scenes
•
Setting the Viewing Space
• Setting up an Orthographic Scene
上一个
•
下一个
Setting up an Orthographic Scene
Orthographic scenes are specified in ways similar to perspective scenes. Issue the command
Ortho(
left
,
right
,
bottom
,
top
,
near
,
far
)
which specifies the four corners of the near plane, the distance to the near plane, and the distance to the far plane.
If you are dealing with a simple 2-D environment, you can set up a two-dimensional orthographic scene with the command
Ortho2D (
left
,
right
,
bottom
,
top
)
which specifies the corners of the two-dimensional view.