LoadSymbolTable Method
The LoadSymbolTable method loads a symbol table file.
Syntax
object.LoadSymbolTable
object.LoadSymbolTable = LoadSymbolTable
Parameter | Type | Description |
symbolTable | String | required, name of symbol table file to load |
Example
This example shows how to load a symbol table for a line plot.
LinePlot.LoadSymbolTable("symboltable1.gst")
Used by: AutoLinePlot object, AutoStiffPlot object, AutoTernaryPlot object, AutoVectorPlot object