JMP 14.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
该帮助的版本不再更新,请参见
https://www.jmp.com/support/help/zh-cn/15.2
获取最新的版本.
JSL Syntax Reference
•
JSL Messages
•
Platforms
• Bubble Plot
上一个
•
下一个
Bubble Plot
bp<<Set Shape("Circle"|"Triangle"|"Square"|"Diamond"|"Arrow"|"Custom")
Description
Sets the shape for the bubble. When specifying a custom shape, use the
Set Custom Path
message to specify the path for the bubbles.
See Also
bp<<Set Custom Path(pathMatrix | pathText)
.
“Create Shapes for a Bubble Plot”
in the
Scripting Guide
for an example.
bp<<Set Custom Path(pathMatrix | pathText)
Sets a path for custom bubbles.
Arguments
pathMatrix
An
N
x3 matrix.
pathText
A string that contains SVG code.
See Also
bp<<Set Shape("Circle"|"Triangle"|"Square"|"Diamond"|"Arrow"|"Custom")
.
“Create Shapes for a Bubble Plot”
in the
Scripting Guide
for an example.