marker
Add or get a data-point marker on a graph.
Syntax
Section titled “Syntax”h = marker(name, ...)Description
Section titled “Description”Adds a labeled marker pinned to a specific data point on the active graph, or returns a handle to an existing marker by name. Persists with the chart and stays in sync with data updates.
MathJet-specific (used by the chart’s marker functionality — see Reference > Visualization > Markers).
Example
Section titled “Example”marker('peak', 'X', 5.2, 'Y', 0.97)