StickGraph Command

From GeoGebra Manual
Revision as of 05:24, 10 September 2012 by Gsturr (talk | contribs) (Created page with "<noinclude>{{Manual Page|version=4.0}}</noinclude> ;StickGraph[ <List of X coordinates >, <List of Y coordinates> ] :Returns a stick graph of points created from the two list...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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