StickGraph Command

From GeoGebra Manual
Revision as of 09:13, 10 September 2012 by Murkle (talk | contribs)
Jump to: navigation, search


StickGraph[ <List of x-coordinates >, <List of y-coordinates> ]
Returns a stick graph of points created from the two lists of coordinates. For each point a vertical line segment is drawn from the x-axis to the point.
StickGraph[ <List of points> ]
Returns a stick graph of the given points. For each point a vertical line segment is drawn from the x-axis to the point.
StickGraph[ <List of x-coordinates >, <List of y-coordinates>, <Boolean Horizontal> ]
Returns a stick graph of points created from the two lists of coordinates. If Horizontal = true, then horizontal line segments are drawn from the y-axis to each point. If Horizontal = false, then vertical line segments are drawn from the x-axis to each point.
StickGraph[ <List of Points>, <Boolean Horizontal> ]
Returns a stick graph of the given points. If Horizontal = true, then horizontal line segments are drawn from the y-axis to each point. If Horizontal = false, then vertical line segments are drawn from the x-axis to each point.
© 2024 International GeoGebra Institute