graph
Get a graph handle by name or index.
Syntax
Section titled “Syntax”h = graphh = graph(name)Description
Section titled “Description”Returns a handle to a graph (data series) on the active chart. Without arguments, returns the most recently added graph. With a string name, looks up the graph by its title or label.
MathJet-specific GUI primitive.
Examples
Section titled “Examples”h = graph;h = graph('Temperature')