*Add2DSymbolStyle()
Loads a bitmap file for use as a 2D symbol.
Syntax
*Add2DSymbolStyle (name, path)
Application
HyperGraph 3D
Inputs
- name
 - Name of the symbol.
 - path
 - The path of the image file defining the symbol.
 
Context
*BeginPlot3DDefaults()
Example
*Add2DSymbolStyle("happy_face", "images/happyface.bmp")
      Comments
Loads a bitmap file for use as a 2D symbol. Symbols can be displayed on lines and bar charts.