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(path matrix|path text).
Create Shapes for a Bubble Plot in the Scripting Guide
bp<<Set Custom Path(path matrix|path text)
Sets a path for custom bubbles.
Arguments
path matrix
An Nx3 matrix.
path text
A quoted 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